mirror of
https://github.com/lxsang/ant-http
synced 2025-07-25 10:09:46 +02:00
increase proxy wait time
This commit is contained in:
@ -820,7 +820,7 @@ static void *proxy_monitor(void *data)
|
||||
}
|
||||
else
|
||||
{
|
||||
antd_task_bind_event(task, proxy->sock, 10u, TASK_EVT_ON_TIMEOUT);
|
||||
antd_task_bind_event(task, proxy->sock, 50u, TASK_EVT_ON_TIMEOUT);
|
||||
}
|
||||
task->handle = proxy_monitor;
|
||||
task->access_time = rq->client->last_io;
|
||||
|
Reference in New Issue
Block a user