Reduce blockSigners cache limit

This commit is contained in:
Nguyen Sy Thanh Son 2019-01-18 13:52:57 +07:00 committed by GitHub
parent 9d83d5599a
commit e15742dfb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
) )