Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: bump MAX_BLOCK_SIZE to 2MiB limit imposed by bitswap
Bitswap spec is being updated to clarify the 2MiB limit: ipfs/specs#269 go-ipfs chunker accepts a max size of 1MiB but protobuf wrapping can make it a bit bigger. Switching to 2MiB allows us to support blocks created using that max chunker size.
- Loading branch information