Make default cache size 20k blocks
This commit is contained in:
@@ -23,7 +23,7 @@ import (
|
||||
var log *logrus.Entry
|
||||
var logger = logrus.New()
|
||||
|
||||
var cacheSize = 10000
|
||||
var cacheSize = 20000
|
||||
|
||||
func init() {
|
||||
logger.SetFormatter(&logrus.TextFormatter{
|
||||
|
||||
Reference in New Issue
Block a user