mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 13:16:42 +00:00
Update sync.go
This commit is contained in:
parent
4414e2833f
commit
7cb989f20b
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ const (
|
||||||
minTrienodeHealThrottle = 1
|
minTrienodeHealThrottle = 1
|
||||||
|
|
||||||
// maxTrienodeHealThrottle is the maximum divisor for throttling trie node
|
// maxTrienodeHealThrottle is the maximum divisor for throttling trie node
|
||||||
// heal requests to avoid overloading the local node and exessively expanding
|
// heal requests to avoid overloading the local node and excessively expanding
|
||||||
// the state trie bedth wise.
|
// the state trie bedth wise.
|
||||||
maxTrienodeHealThrottle = maxTrieRequestCount
|
maxTrienodeHealThrottle = maxTrieRequestCount
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue