@cryptotaxi247 / kubo / commits / c10f043f3

Improve the Filestore document

Fix for the #5746. Switch to Filestore need to restart the ipfs node. License: MIT Signed-off-by: Bamvor Zhang <jian.zhang@ipfsbit.com>

Bamvor Zhang committed Jan 16, 2019 at 19:41 UTC c10f043f3bb7a48e8b43e7f4e35e1cbccf762c68
1 file changed +4 -1
docs/experimental-features.md
+4 -1
@@ -183,7 +183,10 @@ Modify your ipfs config:
183 ipfs config --json Experimental.FilestoreEnabled true
184 ```
185
186 -And then pass the `--nocopy` flag when running `ipfs add`
186 +Then restart your IPFS node to reload your config.
187 +
188 +Finally, when adding files with ipfs add, pass the --nocopy flag to use the
189 +filestore instead of copying the files into your local IPFS repo.
190
191 ### Road to being a real feature
192 - [ ] Needs more people to use and report on how well it works.