Change HAProxy validation queue timeout to match the default

Change-Id: Ia927de19a1f795aa06c0671b3133ca191be43668
(cherry picked from commit 8e2da3ab39)
This commit is contained in:
Ana Krivokapic 2017-12-04 13:28:15 +01:00 committed by Gael Chamoulaud
parent e246d696db
commit 3ab0532824
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'