put a limit on some caches that may grow kinda large
Ted Unangst tedu@tedunangst.com
Mon, 11 Nov 2019 18:30:40 -0500
2 files changed,
2 insertions(+),
2 deletions(-)
M
activity.go
→
activity.go
@@ -1158,7 +1158,7 @@ _, j := jonkjonk(user, honk)
j["@context"] = itiswhatitis return j.ToBytes(), true -}}) +}, Limit: 128}) func gimmejonk(xid string) ([]byte, bool) { var j []byte