diff options
author | carey.xu <carey.xuhan@huawei.com> | 2015-12-04 09:07:20 +0800 |
---|---|---|
committer | carey.xu <carey.xuhan@huawei.com> | 2015-12-04 09:07:20 +0800 |
commit | a54fac4888df4f75e3c4230efb36618e64e695b1 (patch) | |
tree | 2b4b32bf2a3fb9db659cfe3abd71472b446cc40f /deploy/adapters/ansible/roles/ha | |
parent | 5de09de80aac43e61ec411ad598e8cd915d9cadd (diff) |
reduce idle connect timeout both on haproxy and services
JIRA: COMPASS-175
Change-Id: I3f992f245f3de832864458d1444d388c1685a171
Signed-off-by: carey.xu <carey.xuhan@huawei.com>
Diffstat (limited to 'deploy/adapters/ansible/roles/ha')
-rw-r--r-- | deploy/adapters/ansible/roles/ha/templates/haproxy.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deploy/adapters/ansible/roles/ha/templates/haproxy.cfg b/deploy/adapters/ansible/roles/ha/templates/haproxy.cfg index c8065f05..6b91a248 100644 --- a/deploy/adapters/ansible/roles/ha/templates/haproxy.cfg +++ b/deploy/adapters/ansible/roles/ha/templates/haproxy.cfg @@ -20,10 +20,10 @@ defaults timeout http-request 10s timeout queue 1m timeout connect 10s - timeout client 6m - timeout server 6m + timeout client 50s + timeout server 50s timeout check 10s - retries 5 + retries 3 listen proxy-glance_registry_cluster bind {{ internal_vip.ip }}:9191 |