odissey: update debian config (keepalive and nodelay)

This commit is contained in:
Dmitry Simonenko 2017-08-29 17:47:43 +03:00
parent c86726bbca
commit 408b2e79b0
1 changed files with 2 additions and 2 deletions

View File

@ -17,6 +17,8 @@ log_session yes
log_stats yes log_stats yes
stats_interval 3 stats_interval 3
readahead 8192 readahead 8192
nodelay yes
keepalive 7200
pipelining 16384 pipelining 16384
client_max 100 client_max 100
workers 4 workers 4
@ -24,9 +26,7 @@ workers 4
listen { listen {
host "*" host "*"
port 6432 port 6432
nodelay yes
# backlog 16 # backlog 16
# keepalive 7200
tls "disable" tls "disable"
# tls_cert_file "" # tls_cert_file ""
# tls_key_file "" # tls_key_file ""