Skip to content

Commit 7671d13

Browse files
author
Weichao Luo
committed
fixup.
1 parent 3e1380c commit 7671d13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lightllm/server/router/model_infer/mode_backend/pd_nixl/impl_for_pd_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ async def _wait_transfer_loop(self):
345345
del self.remote_prefill_requests[req_id]
346346
del self.inflght_transfer_requests[req_id]
347347

348-
time.sleep(PDNIXLBackendBase._THREAD_WAIT_INTERVAL)
348+
await asyncio.sleep(PDNIXLBackendBase._THREAD_WAIT_INTERVAL)
349349

350350
async def _handle_prefill_loop(self):
351351
while True:

0 commit comments

Comments
 (0)