Unverified Commit 74d8d776 authored by Ronen Schaffer's avatar Ronen Schaffer Committed by GitHub
Browse files

Remove unused const TIMEOUT_TO_PREVENT_DEADLOCK (#2321)

parent fd4ea8ef
......@@ -12,7 +12,6 @@ from vllm.sampling_params import SamplingParams
from vllm.utils import random_uuid
TIMEOUT_KEEP_ALIVE = 5 # seconds.
TIMEOUT_TO_PREVENT_DEADLOCK = 1 # seconds.
app = FastAPI()
engine = None
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment