From c2c57068da3e72405a77ee432860f2e0ba4550d1 Mon Sep 17 00:00:00 2001 From: Revanth Reddy Airre Date: Thu, 7 May 2026 16:01:41 -0700 Subject: [PATCH] fix(http): apply SGLANG_TIMEOUT_KEEP_ALIVE in common.py (#24323) Signed-off-by: Revanth Reddy Airre --- python/sglang/srt/utils/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/sglang/srt/utils/common.py b/python/sglang/srt/utils/common.py index 85a34d505..7b02e79db 100644 --- a/python/sglang/srt/utils/common.py +++ b/python/sglang/srt/utils/common.py @@ -2555,7 +2555,7 @@ def launch_dummy_health_check_server(host, port, enable_metrics): app, host=host, port=port, - timeout_keep_alive=5, + timeout_keep_alive=envs.SGLANG_TIMEOUT_KEEP_ALIVE.get(), loop="auto", log_config=None, log_level="warning",