mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
improve cache size
This commit is contained in:
parent
885babf92d
commit
2ed47cf48e
1 changed files with 5 additions and 5 deletions
|
|
@ -52,7 +52,7 @@ import (
|
||||||
|
|
||||||
const (
|
const (
|
||||||
inmemorySnapshots = 128 // Number of recent vote snapshots to keep in memory
|
inmemorySnapshots = 128 // Number of recent vote snapshots to keep in memory
|
||||||
blockSignersCacheLimit = 3600
|
blockSignersCacheLimit = 36000
|
||||||
votingCacheLimit = 1500000
|
votingCacheLimit = 1500000
|
||||||
M2ByteLength = 4
|
M2ByteLength = 4
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue