mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
eth/fetcher: fix a typo
This commit is contained in:
parent
6a49d13c13
commit
1b8378e14a
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ const (
|
||||||
maxTxAnnounces = 4096
|
maxTxAnnounces = 4096
|
||||||
|
|
||||||
// maxTxRetrievals is the maximum number of transactions that can be fetched
|
// maxTxRetrievals is the maximum number of transactions that can be fetched
|
||||||
// in one request. The rationale for picking 256 is to have a reasonabe lower
|
// in one request. The rationale for picking 256 is to have a reasonable lower
|
||||||
// bound for the transferred data (don't waste RTTs, transfer more meaningful
|
// bound for the transferred data (don't waste RTTs, transfer more meaningful
|
||||||
// batch sizes), but also have an upper bound on the sequentiality to allow
|
// batch sizes), but also have an upper bound on the sequentiality to allow
|
||||||
// using our entire peerset for deliveries.
|
// using our entire peerset for deliveries.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue