You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(webapp): make HTTP keep-alive timeout configurable
Expose the Express server's `keepAliveTimeout` as `HTTP_KEEPALIVE_TIMEOUT_MS`
so it can be tuned alongside the upstream load balancer's idle timeout
without a redeploy. Default stays at 65s.
0 commit comments