This commit is contained in:
mlsmaycon
2026-05-21 15:13:38 +02:00
parent 3aa62e31a6
commit a423b788c0

View File

@@ -26,7 +26,7 @@ import (
// so per-account http.Servers don't leak idle connections.
const httpInboundReadHeaderTimeout = 30 * time.Second
// httpInboundIdleTimeout caps idle keep-alives on per-account inbound HTTP
// httpInboundIdleTimeout caps idle keep-alive on per-account inbound HTTP
// servers; matches the host listener.
const httpInboundIdleTimeout = 90 * time.Second