Closed lidel closed 1 year ago
This is a small update that adds links to related IPFS specs and clarification on the max block size in Kubo (it is 1MiB, not 256KiB).
@b5 fwiw one can also pass chunk size up to 1MiB ( ipfs add --hash blake3 --chunker size-1048576) but I had no bandwidth to update the example below.
ipfs add --hash blake3 --chunker size-1048576
The latest updates on your projects. Learn more about Vercel for Git ↗︎
This is a small update that adds links to related IPFS specs and clarification on the max block size in Kubo (it is 1MiB, not 256KiB).
@b5 fwiw one can also pass chunk size up to 1MiB (
ipfs add --hash blake3 --chunker size-1048576
) but I had no bandwidth to update the example below.