increase ReadBufferSize

This commit is contained in:
Laptop
2025-04-06 00:01:03 +03:00
parent 5d1168f7d7
commit 8c292de7c7

View File

@@ -250,6 +250,7 @@ func main() {
TrustProxy: cfg.TrustedProxyCheck,
TrustProxyConfig: fiber.TrustProxyConfig{Proxies: cfg.TrustedProxies},
ReadBufferSize: 4096 * 2,
})
if cfg.Debug {