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
@kpcyrd it is more of an issue of ipfs object patch add-link disregardig soft limits we set in go-ipfs. Bigger directories are planned and worked on: ipfs/notes#76
For a mirroring project, I'm trying to add very large folders to ipfs (> 10k links).
I've used
ipfs object patch add-link
for this, but switched toipfs object put
for performance reasons.Current go-ipfs has a hardcoded limit for
ipfs object put
, which is 512 kbytes.The folder I'm trying to add to ipfs is too large for this limit.
The text was updated successfully, but these errors were encountered: