Store serialized bytes in cache

This commit is contained in:
Aditya Kulkarni
2019-10-01 11:05:43 -07:00
parent 3c6742d526
commit c688de510e
2 changed files with 28 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ import (
var log *logrus.Entry
var logger = logrus.New()
var cacheSize = 10000
var cacheSize = 30000
func init() {
logger.SetFormatter(&logrus.TextFormatter{