From f24065edb1b0abf58058b36eb3e9453014196470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elena=20Barrios=20Gal=C3=A1n?= Date: Fri, 20 May 2022 11:43:45 +0000 Subject: [PATCH] change timeout 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 6930b6b..e7811bb 100644 --- a/docker/haproxy/haproxy.conf +++ b/docker/haproxy/haproxy.conf @@ -12,10 +12,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