mirror of https://github.com/yandex/odyssey.git
odissey: update debian config (keepalive and nodelay)
This commit is contained in:
parent
c86726bbca
commit
408b2e79b0
|
@ -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 ""
|
||||||
|
|
Loading…
Reference in New Issue