ipfs / kubo

An IPFS implementation in Go
https://docs.ipfs.tech/how-to/command-line-quick-start/
Other
16.18k stars 3.02k forks source link

fix: increase provider sample size #10589

Open lidel opened 3 days ago

lidel commented 3 days ago

We had "magic number" 128 without any explanation.

Turns out the number informs many things, namely:

This PR updates description + increases batch to 1000k to avoid false-positives asking users to enable accelerated clients when a desktop is under temporary load spike.