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

IPFS limit on MerkleDAG node size transfer (4MB). #19

Closed
daviddias opened this issue Dec 15, 2015 · 4 comments
Closed

IPFS limit on MerkleDAG node size transfer (4MB). #19

daviddias opened this issue Dec 15, 2015 · 4 comments

Comments

@daviddias
Copy link
Member

@whyrusleeping, any ideas on how to overcome the MerkleDAG node size limit so that we can transfer the full npm list?

@whyrusleeping
Copy link

image

@daviddias
Copy link
Member Author

eheheh :D I heard we need some @jbenet approval!

ipfs/specs#32

@daviddias
Copy link
Member Author

A hack suggested by @whyrusleeping while we don't have directory sharding

'ipfs block get <npm root> | ipfs add'
then on the other side: 'ipfs cat <that hash> | ipfs block put'

@jbenet
Copy link

jbenet commented Dec 16, 2015

A hack suggested by @whyrusleeping while we don't have directory sharding

hhahaha <3 that. Yay unix

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

No branches or pull requests

3 participants