diff --git a/main.go b/main.go index 808f33c..f8da321 100644 --- a/main.go +++ b/main.go @@ -250,6 +250,7 @@ func main() { TrustProxy: cfg.TrustedProxyCheck, TrustProxyConfig: fiber.TrustProxyConfig{Proxies: cfg.TrustedProxies}, + ReadBufferSize: 4096 * 2, }) if cfg.Debug {