ipfs / helia

An implementation of IPFS in JavaScript
https://helia.io
Other
812 stars 81 forks source link

fix: split bitswap messages #507

Closed achingbrain closed 2 months ago

achingbrain commented 2 months ago

Split large bitswap messages into multiple smaller messages to keep them under the max message size other implementations will accept.

Change checklist