diff --git a/server/setup.go b/server/setup.go index 67c1c42..4e193d4 100644 --- a/server/setup.go +++ b/server/setup.go @@ -23,7 +23,7 @@ func SetupServer(handler fasthttp.RequestHandler) *fasthttp.Server { 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! - MaxConnsPerIP: 100, + MaxConnsPerIP: 0, } }