mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
threadpool: adjust sync wait budget up
This commit is contained in:
parent
65768cf3eb
commit
fdef0a2dd0
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ lws_threadpool_worker_sync(struct lws_pool *pool,
|
|||
enum lws_threadpool_task_status temp;
|
||||
struct timespec abstime;
|
||||
struct lws *wsi;
|
||||
int tries = 15;
|
||||
int tries = 100;
|
||||
|
||||
/* block until writable acknowledges */
|
||||
lwsl_debug("%s: %p: LWS_TP_RETURN_SYNC in\n", __func__, task);
|
||||
|
|
Loading…
Add table
Reference in a new issue