diff --git a/lib/misc/threadpool/threadpool.c b/lib/misc/threadpool/threadpool.c index 40df5ba40..40d0db04d 100644 --- a/lib/misc/threadpool/threadpool.c +++ b/lib/misc/threadpool/threadpool.c @@ -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);