Commit c10f043f authored by Bamvor Zhang's avatar Bamvor Zhang Committed by Bamvor Zhang

Improve the Filestore document

Fix for the #5746. Switch to Filestore need to restart the ipfs node.

License: MIT
Signed-off-by: default avatarBamvor Zhang <jian.zhang@ipfsbit.com>
parent b36037a3
......@@ -183,7 +183,10 @@ Modify your ipfs config:
ipfs config --json Experimental.FilestoreEnabled true
```
And then pass the `--nocopy` flag when running `ipfs add`
Then restart your IPFS node to reload your config.
Finally, when adding files with ipfs add, pass the --nocopy flag to use the
filestore instead of copying the files into your local IPFS repo.
### Road to being a real feature
- [ ] Needs more people to use and report on how well it works.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment