Files
EWF/examples/websocket/ws.ini
Jocelyn Fiat a1b4337438 Set keep_alive_timeout to 2, this way for single threaded case, browser does not wait too much to start the websocket connection.
Set max_keep_alive_requests to -1, to allow unlimited number of requests within a same websocket connection.
2017-10-18 23:41:03 +02:00

21 lines
320 B
INI

port=9090
#Socket and timeout
max_concurrent_connections=100
max_tcp_clients=100
socket_timeout=30
socket_recv_timeout=5
#Persistent connections
keep_alive_timeout=2
max_keep_alive_requests=-1
#SSL
is_secure=false
secure_certificate=ca.crt
secure_certificate_key=ca.key
#Debug
verbose=true
verbose_level=INFORMATION