From de0293563f32961ff756df63d096af0fb2203d12 Mon Sep 17 00:00:00 2001 From: Frederic Tausch Date: Wed, 25 Mar 2020 19:54:38 +0100 Subject: [PATCH] Added units to haproxy.cfg default timeouts I added unit 's' (second) to the default timeouts in order to make them more readable. Change-type: patch --- src/haproxy/haproxy.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/haproxy/haproxy.cfg b/src/haproxy/haproxy.cfg index 99e126b..ea5158e 100644 --- a/src/haproxy/haproxy.cfg +++ b/src/haproxy/haproxy.cfg @@ -2,9 +2,9 @@ global tune.ssl.default-dh-param 1024 defaults - timeout connect 5000 - timeout client 50000 - timeout server 50000 + timeout connect 5s + timeout client 50s + timeout server 50s frontend http-in mode http