From 536d3e096613667356ba8af1326ceaef0ca85e84 Mon Sep 17 00:00:00 2001 From: James Aimonetti Date: Thu, 20 Mar 2014 17:53:06 -0700 Subject: [PATCH] Update timeouts Client and server timeouts were set to 12 seconds (12000 ms). Updating to 120 seconds (2 minutes). --- haproxy/haproxy.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haproxy/haproxy.cfg b/haproxy/haproxy.cfg index 7860e3b..3f9ece8 100644 --- a/haproxy/haproxy.cfg +++ b/haproxy/haproxy.cfg @@ -18,8 +18,8 @@ defaults maxconn 2000 retries 3 timeout connect 6000ms - timeout client 12000ms - timeout server 12000ms + timeout client 120000ms + timeout server 120000ms listen bigcouch-data 127.0.0.1:15984 balance roundrobin