Merge pull request #56 from ipfs/fix/parallel-commit
fix: change the batch size to avoid buffering too much
Showing
module github.com/ipfs/go-ipld-format | module github.com/ipfs/go-ipld-format | ||
go 1.14 | |||
require ( | require ( | ||
github.com/ipfs/go-block-format v0.0.2 | github.com/ipfs/go-block-format v0.0.2 | ||
github.com/ipfs/go-cid v0.0.2 | github.com/ipfs/go-cid v0.0.2 | ||
github.com/libp2p/go-buffer-pool v0.0.2 // indirect | |||
github.com/multiformats/go-multihash v0.0.1 | github.com/multiformats/go-multihash v0.0.1 | ||
) | ) | ||
go 1.13 |
Please register or sign in to comment