From 408b2e79b0b4fbdbcae8fe077daf784c3d9da6a8 Mon Sep 17 00:00:00 2001 From: Dmitry Simonenko Date: Tue, 29 Aug 2017 17:47:43 +0300 Subject: [PATCH] odissey: update debian config (keepalive and nodelay) --- scripts/debian/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/debian/config b/scripts/debian/config index d1ea243b..1997998e 100644 --- a/scripts/debian/config +++ b/scripts/debian/config @@ -17,6 +17,8 @@ log_session yes log_stats yes stats_interval 3 readahead 8192 +nodelay yes +keepalive 7200 pipelining 16384 client_max 100 workers 4 @@ -24,9 +26,7 @@ workers 4 listen { host "*" port 6432 - nodelay yes # backlog 16 -# keepalive 7200 tls "disable" # tls_cert_file "" # tls_key_file ""