We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df6f406 commit be218f8Copy full SHA for be218f8
1 file changed
lightllm/server/httpserver_for_pd_master/manager.py
@@ -331,7 +331,7 @@ async def fetch_nixl_stream(
331
)
332
333
try:
334
- await asyncio.wait_for(up_status_event.wait(), timeout=60)
+ await asyncio.wait_for(up_status_event.wait(), timeout=180)
335
except asyncio.TimeoutError:
336
logger.warning(f"group_request_id: {group_request_id} kv move time out err, server is busy now.")
337
raise ServerBusyError()
0 commit comments