From ade05cb9826f06e0696ee1e11190166106a29b9d Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 26 Jun 2021 17:23:37 +0100 Subject: Simplify timeout specs --- etc/haproxy.cfg | 6 +++--- 1 file 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 -- cgit v1.2.3