@cryptotaxi247 / kubo / commits / d4570e27a

docs: note that ShardingEnabled is a global flag

People may assume that HAMT gets enabled only for directories over some arbitrary threshold. This is not the case. Right now it is a global setting which will impact the final CID of all directories produced by ipfs.add.

Marcin Rataj committed Apr 27, 2020 at 00:11 UTC d4570e27ae7ad6e9ef17bc2525ea4ca5b2bd342a
1 file changed +5 -2
docs/experimental-features.md
+5 -2
@@ -545,8 +545,11 @@ You can read more in the [datastore](./datastores.md#badgerds) documentation.
545 ### State
546 Experimental
547
548 -Allows creating directories with an unlimited number of entries - currently
549 -size of unixfs directories is limited by the maximum block size
548 +Allows creating directories with an unlimited number of entries.
549 +
550 +**Caveats:**
551 +1. right now it is a GLOBAL FLAG which will impact the final CID of all directories produced by `ipfs.add` (even the small ones)
552 +2. currently size of unixfs directories is limited by the maximum block size
553
554 ### Basic Usage:
555