Updated ws.ini (for now, keep is_secure False, due to remaining issue with websocket and SSL implementation).
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user