Closed
Description
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 to ipfs 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.
Metadata
Metadata
Assignees
Labels
No labels