Merge pull request #7218 from ipfs/docs/clarify-sharding-sideeffects

docs: note that ShardingEnabled is a global flag
This commit is contained in:
Steven Allen 2020-04-26 15:52:39 -07:00 committed by GitHub
commit 5fff291bf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -545,8 +545,11 @@ You can read more in the [datastore](./datastores.md#badgerds) documentation.
### State
Experimental
Allows creating directories with an unlimited number of entries - currently
size of unixfs directories is limited by the maximum block size
Allows creating directories with an unlimited number of entries.
**Caveats:**
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)
2. currently size of unixfs directories is limited by the maximum block size
### Basic Usage: