mirror of
https://git.maid.zone/stuff/soundcloak.git
synced 2025-12-10 05:39:38 +05:00
increase ReadBufferSize
This commit is contained in:
1
main.go
1
main.go
@@ -250,6 +250,7 @@ func main() {
|
|||||||
|
|
||||||
TrustProxy: cfg.TrustedProxyCheck,
|
TrustProxy: cfg.TrustedProxyCheck,
|
||||||
TrustProxyConfig: fiber.TrustProxyConfig{Proxies: cfg.TrustedProxies},
|
TrustProxyConfig: fiber.TrustProxyConfig{Proxies: cfg.TrustedProxies},
|
||||||
|
ReadBufferSize: 4096 * 2,
|
||||||
})
|
})
|
||||||
|
|
||||||
if cfg.Debug {
|
if cfg.Debug {
|
||||||
|
|||||||
Reference in New Issue
Block a user