mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-24 13:56:57 +00:00
Merge branch 'main' into add-fasthttp-logger
This commit is contained in:
commit
c29d12374f
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ func SetupServer(handler fasthttp.RequestHandler) *fasthttp.Server {
|
|||
NoDefaultServerHeader: true,
|
||||
NoDefaultDate: true,
|
||||
ReadTimeout: 30 * time.Second, // needs to be this high for ACME certificates with ZeroSSL & HTTP-01 challenge
|
||||
Concurrency: 1024 * 32, // TODO: adjust bottlenecks for best performance with Gitea!
|
||||
Logger: fasthttpLogger{},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue