From 8c292de7c7f3e1472ada226ea42ac6fc4956d167 Mon Sep 17 00:00:00 2001 From: Laptop Date: Sun, 6 Apr 2025 00:01:03 +0300 Subject: [PATCH] increase ReadBufferSize --- main.go | 1 + 1 file changed, 1 insertion(+) 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 {