From 78f24ecb3761a79e15b5b9f9551a64936f2195fd Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Fri, 14 Oct 2016 13:11:26 +0200 Subject: [PATCH] Updated ws.ini (for now, keep is_secure False, due to remaining issue with websocket and SSL implementation). --- examples/websocket/ws.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/websocket/ws.ini b/examples/websocket/ws.ini index 49c92f32..29179920 100644 --- a/examples/websocket/ws.ini +++ b/examples/websocket/ws.ini @@ -4,8 +4,9 @@ port=9090 max_concurrent_connections=100 keep_alive_timeout=35 max_tcp_clients=100 -socket_timeout=30000 -max_keep_alive_requests=3000 +socket_timeout=30 +socket_recv_timeout=5 +max_keep_alive_requests=300 is_secure=false secure_certificate=ca.crt