mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-19 03:26:57 +00:00
Implement caching & limit concurrency
This commit is contained in:
parent
8ead10c82e
commit
203e230905
4 changed files with 62 additions and 49 deletions
1
go.mod
1
go.mod
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue