mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +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
|
||||
|
||||
// Trie cache generation limit.
|
||||
maxTrieCacheGen = 120
|
||||
maxTrieCacheGen = 10000
|
||||
|
||||
// Number of codehash->size associations to keep.
|
||||
codeSizeCacheSize = 100000
|
||||
|
|
|
|||
Loading…
Reference in a new issue