Skip to content

Commit 74d8d77

Browse files
authored
Remove unused const TIMEOUT_TO_PREVENT_DEADLOCK (#2321)
1 parent fd4ea8e commit 74d8d77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vllm/entrypoints/api_server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
from vllm.utils import random_uuid
1313

1414
TIMEOUT_KEEP_ALIVE = 5 # seconds.
15-
TIMEOUT_TO_PREVENT_DEADLOCK = 1 # seconds.
1615
app = FastAPI()
1716
engine = None
1817

0 commit comments

Comments
 (0)