core/state: bump default trie cache generations to 10000

This commit is contained in:
Felix Lange 2016-10-19 15:08:32 +02:00
parent 766d71d7c2
commit 48fe6f3bb1

View file

@ -44,7 +44,7 @@ const (
maxPastTries = 12
// Trie cache generation limit.
maxTrieCacheGen = 120
maxTrieCacheGen = 10000
// Number of codehash->size associations to keep.
codeSizeCacheSize = 100000