mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 18:37:45 +08:00
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>
This commit is contained in:
parent
b36037a3a5
commit
c10f043f3b
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user