fix(http): apply SGLANG_TIMEOUT_KEEP_ALIVE in common.py (#24323)

Signed-off-by: Revanth Reddy Airre <revanthreddy@hippocraticai.com>
This commit is contained in:
Revanth Reddy Airre
2026-05-07 16:01:41 -07:00
committed by GitHub
parent 5b589ed2e7
commit c2c57068da
+1 -1
View File
@@ -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",