diff --git a/atd-toolbox/read_replica_proxy/haproxy.cfg.template b/atd-toolbox/read_replica_proxy/haproxy.cfg.template index e30c76e42..de4538280 100644 --- a/atd-toolbox/read_replica_proxy/haproxy.cfg.template +++ b/atd-toolbox/read_replica_proxy/haproxy.cfg.template @@ -4,9 +4,9 @@ global defaults log global mode tcp - timeout connect 5000ms - timeout client 50000ms - timeout server 50000ms + timeout connect 5s + timeout client 10m + timeout server 10m frontend postgresql_front bind 0.0.0.0:5432