You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By configuring ipfs config --json Experimental.FilestoreEnabled true and adding files as ipfs add --nocopy <file> will allow files to be added without duplicating the space they take up on disk.
By configuring
ipfs config --json Experimental.FilestoreEnabled true
and adding files asipfs add --nocopy <file>
will allow files to be added without duplicating the space they take up on disk.Ref: https://github.com/ipfs/go-ipfs/blob/master/docs/experimental-features.md#ipfs-filestore
ipfs filestore ls
The text was updated successfully, but these errors were encountered: