Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase 512 kbyte limit for ipfs object put #2938

Closed
kpcyrd opened this issue Jul 2, 2016 · 2 comments · Fixed by #2980
Closed

Increase 512 kbyte limit for ipfs object put #2938

kpcyrd opened this issue Jul 2, 2016 · 2 comments · Fixed by #2980

Comments

@kpcyrd
Copy link
Contributor

kpcyrd commented Jul 2, 2016

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.

kpcyrd added a commit to kpcyrd/ipfs-mirror that referenced this issue Jul 3, 2016
@Kubuxu
Copy link
Member

Kubuxu commented Jul 3, 2016

@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

@kpcyrd
Copy link
Contributor Author

kpcyrd commented Jul 19, 2016

//cc: @whyrusleeping

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants