mirror of https://github.com/vllm-project/vllm
Remove unused const TIMEOUT_TO_PREVENT_DEADLOCK (#2321)
This commit is contained in:
parent
fd4ea8ef5c
commit
74d8d77626
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue