diff --git a/daemon/websocket.c b/daemon/websocket.c index 349a3d617..7c10525fd 100644 --- a/daemon/websocket.c +++ b/daemon/websocket.c @@ -319,7 +319,7 @@ static int websocket_dequeue(struct websocket_conn *wc) { g_string_set_size(wo->str, wo->str->len + LWS_SEND_BUFFER_POST_PADDING); size_t to_send = wo->str->len - wo->str_done - LWS_SEND_BUFFER_POST_PADDING; if (to_send) { - if (to_send > 2000) + if (to_send > 10000) ilogs(http, LOG_DEBUG, "Writing %lu bytes to LWS", (unsigned long) to_send); else ilogs(http, LOG_DEBUG, "Writing back to LWS: '%.*s'",