Implement caching & limit concurrency

This commit is contained in:
Moritz Marquardt 2021-03-19 20:58:53 +01:00
parent 8ead10c82e
commit 203e230905
No known key found for this signature in database
GPG key ID: D5788327BEE388B6
4 changed files with 62 additions and 49 deletions

1
go.mod
View file

@ -3,6 +3,7 @@ module codeberg.org/codeberg/pages
go 1.16
require (
github.com/OrlovEvgeny/go-mcache v0.0.0-20200121124330-1a8195b34f3a
github.com/valyala/fasthttp v1.22.0
github.com/valyala/fastjson v1.6.3
)