mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
Merge pull request #415 from tomochain/thanhson1085-reduce-cache-limit
Reduce blockSigners cache limit
This commit is contained in:
commit
0c19b3b252
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,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 = 36000
|
blockSignersCacheLimit = 9000
|
||||||
M2ByteLength = 4
|
M2ByteLength = 4
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue