From 4992b16e39cba87f5b6cdea6bc919060afc6ba87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elena=20Barrios=20Gal=C3=A1n?= Date: Tue, 17 May 2022 12:20:43 +0000 Subject: [PATCH] default timeout values changed from 25s to 120s --- docker/haproxy/haproxy.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/haproxy/haproxy.conf b/docker/haproxy/haproxy.conf index 7b73eb0..296803f 100644 --- a/docker/haproxy/haproxy.conf +++ b/docker/haproxy/haproxy.conf @@ -9,10 +9,10 @@ global defaults mode http - timeout connect 25s - timeout client 25s - timeout client-fin 25s - timeout server 25s + timeout connect 120s + timeout client 120s + timeout client-fin 120s + timeout server 120s timeout tunnel 7200s option http-server-close option httpclose