mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +00:00
core/state: bump default trie cache generations to 10000
This commit is contained in:
parent
766d71d7c2
commit
48fe6f3bb1
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ const (
|
||||||
maxPastTries = 12
|
maxPastTries = 12
|
||||||
|
|
||||||
// Trie cache generation limit.
|
// Trie cache generation limit.
|
||||||
maxTrieCacheGen = 120
|
maxTrieCacheGen = 10000
|
||||||
|
|
||||||
// Number of codehash->size associations to keep.
|
// Number of codehash->size associations to keep.
|
||||||
codeSizeCacheSize = 100000
|
codeSizeCacheSize = 100000
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue