From 6ad8e5ad769346a27366e83693d0e648777b3dd4 Mon Sep 17 00:00:00 2001 From: snheffer <61468112+snheffer@users.noreply.github.com> Date: Thu, 12 Jun 2025 15:42:17 +0100 Subject: [PATCH] test timeout config with hard coded values --- haproxy.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/haproxy.cfg b/haproxy.cfg index 43e3526..e627b76 100644 --- a/haproxy.cfg +++ b/haproxy.cfg @@ -18,8 +18,9 @@ defaults timeout http-request 10s timeout queue 1m timeout connect 10s - timeout client 10m - timeout server 10m + timeout client 2d + timeout server 2d + timeout tunnel 2d timeout http-keep-alive 10s timeout check 10s maxconn 3000