Merge "Change HAProxy validation queue timeout to match the default" into stable/pike

This commit is contained in:
Zuul 2018-02-23 16:24:08 +00:00 committed by Gerrit Code Review
commit f31b16dd20
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
config_file: '/etc/haproxy/haproxy.cfg'
global_maxconn_min: 20480
defaults_maxconn_min: 4096
defaults_timeout_queue: '1m'
defaults_timeout_queue: '2m'
defaults_timeout_client: '2m'
defaults_timeout_server: '2m'
defaults_timeout_check: '10s'