improve cache size

This commit is contained in:
Nguyen Sy Thanh Son 2019-01-04 04:11:34 +00:00
parent 885babf92d
commit 2ed47cf48e

View file

@ -52,7 +52,7 @@ import (
const (
inmemorySnapshots = 128 // Number of recent vote snapshots to keep in memory
blockSignersCacheLimit = 3600
blockSignersCacheLimit = 36000
votingCacheLimit = 1500000
M2ByteLength = 4
)