Skip to content

Commit

Permalink
Remove unused const TIMEOUT_TO_PREVENT_DEADLOCK (#2321)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronensc authored Jan 3, 2024
1 parent fd4ea8e commit 74d8d77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vllm/entrypoints/api_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
from vllm.utils import random_uuid

TIMEOUT_KEEP_ALIVE = 5 # seconds.
TIMEOUT_TO_PREVENT_DEADLOCK = 1 # seconds.
app = FastAPI()
engine = None

Expand Down

0 comments on commit 74d8d77

Please sign in to comment.