diff --git a/lib/roles/ws/ops-ws.c b/lib/roles/ws/ops-ws.c index 3282d3dfe..881d3f12c 100644 --- a/lib/roles/ws/ops-ws.c +++ b/lib/roles/ws/ops-ws.c @@ -943,7 +943,7 @@ rops_handle_POLLIN_ws(struct lws_context_per_thread *pt, struct lws *wsi, unsigned int pending = 0; struct lws_tokens ebuf; char buffered = 0; - int n = 0, m, sanity = 10; + int n = 0, m, sanity = 100; #if defined(LWS_WITH_HTTP2) struct lws *wsi1; #endif