ipfs / boxo

A set of reference libraries for building IPFS applications and implementations in Go.
https://github.com/ipfs/boxo#readme
Other
189 stars 86 forks source link

provider: no option to configure `maxReprovideBatchSize` #404

Open Jorropo opened 1 year ago

Jorropo commented 1 year ago

Would allow to implement a workaround for https://github.com/ipfs/kubo/issues/9990

dokterbob commented 1 year ago

Is there currently a default? If so, is it a sane value?

Jorropo commented 1 year ago

@dokterbob 2**32-1 or 2**64-1 depending on your native register size.