Make default cache size 20k blocks

This commit is contained in:
Aditya Kulkarni
2019-10-01 10:31:41 -07:00
parent de305ad0f0
commit 16d9ae0ea6

View File

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