put a limit on some caches that may grow kinda large
This commit is contained in:
parent
46e6d99eda
commit
89aa0a821d
|
@ -1158,7 +1158,7 @@ var oldjonks = cache.New(cache.Options{Filler: func(xid string) ([]byte, bool) {
|
|||
j["@context"] = itiswhatitis
|
||||
|
||||
return j.ToBytes(), true
|
||||
}})
|
||||
}, Limit: 128})
|
||||
|
||||
func gimmejonk(xid string) ([]byte, bool) {
|
||||
var j []byte
|
||||
|
|
Loading…
Reference in New Issue