diff options
-rw-r--r-- | etc/haproxy.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/haproxy.cfg b/etc/haproxy.cfg index 88ddec1..16ced04 100644 --- a/etc/haproxy.cfg +++ b/etc/haproxy.cfg @@ -5,9 +5,9 @@ global stats socket /run/haproxy.stats mode 660 group haproxy defaults - timeout connect 5000ms - timeout client 50000ms - timeout server 50000ms + timeout connect 5s + timeout client 50s + timeout server 50s balance roundrobin option redispatch default-server on-error fail-check inter 5m fastinter 1m downinter 10s |