@cryptotaxi247 / kubo / commits / b56a2b265

add flatfs note

License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>

Jeromy committed Sep 10, 2017 at 17:35 UTC b56a2b2651430183501a6553ed4a37833ecb6ded
1 file changed +3
docs/datastores.md
+3
@@ -21,6 +21,9 @@ The shardFunc is prefixed with `/repo/flatfs/shard/v1` then followed by a descri
21 }
22 ```
23
24 +NOTE: flatfs should only be used as a block store (mounted at `/blocks`) as the
25 +current implementation is not complete.
26 +
27 ## levelds
28 Uses a leveldb database to store key value pairs.
29