all repos — honk @ 234f3e3766486669ab7c3ea53a30c255c59381ef

my fork of honk

put a limit on some caches that may grow kinda large
Ted Unangst tedu@tedunangst.com
Mon, 11 Nov 2019 18:30:40 -0500
commit

234f3e3766486669ab7c3ea53a30c255c59381ef

parent

c73cedfe49b41428737f428a50241cfc72337a6e

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M activity.goactivity.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
M fun.gofun.go

@@ -603,7 +603,7 @@ }

return key, true } return nil, true -}}) +}, Limit: 512}) func zaggy(keyname string) *rsa.PublicKey { var key *rsa.PublicKey