Merge pull request #415 from tomochain/thanhson1085-reduce-cache-limit

Reduce blockSigners cache limit
This commit is contained in:
Tuna 2019-01-21 09:31:45 +07:00 committed by GitHub
commit 0c19b3b252
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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