We had "magic number" 128 without any explanation.
Turns out the number informs many things, namely:
The size of a batch that will be used for calculating average announcement time per CID, inside of boxo/provider.ThroughputReport
the batch size in the output of ipfs stats provide command
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.
We had "magic number" 128 without any explanation.
Turns out the number informs many things, namely:
boxo/provider.ThroughputReport
ipfs stats provide
commandThis 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.