mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
eth/protocols/eth: yes sir, linter
This commit is contained in:
parent
7e6294e7f3
commit
2f19e7d79d
1 changed files with 0 additions and 4 deletions
|
|
@ -44,10 +44,6 @@ const (
|
||||||
// nowadays, the practical limit will always be softResponseLimit.
|
// nowadays, the practical limit will always be softResponseLimit.
|
||||||
maxBodiesServe = 1024
|
maxBodiesServe = 1024
|
||||||
|
|
||||||
// maxNodeDataServe is the maximum number of state trie nodes to serve. This
|
|
||||||
// number is there to limit the number of disk lookups.
|
|
||||||
maxNodeDataServe = 1024
|
|
||||||
|
|
||||||
// maxReceiptsServe is the maximum number of block receipts to serve. This
|
// maxReceiptsServe is the maximum number of block receipts to serve. This
|
||||||
// number is mostly there to limit the number of disk lookups. With block
|
// number is mostly there to limit the number of disk lookups. With block
|
||||||
// containing 200+ transactions nowadays, the practical limit will always
|
// containing 200+ transactions nowadays, the practical limit will always
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue