1
0
Fork 0
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:
Andy Green 2022-01-05 07:15:22 +00:00
parent 65768cf3eb
commit fdef0a2dd0

View file

@ -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);