From d9ed184cc30aed1f9d33187c11076b3ba40fec57 Mon Sep 17 00:00:00 2001 From: "Andres D. Molins" Date: Fri, 25 Jul 2025 12:25:40 +0200 Subject: [PATCH] Fix: Increase Server connection timeout. --- packaging/aleph-vm/etc/haproxy/haproxy-aleph.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/aleph-vm/etc/haproxy/haproxy-aleph.cfg b/packaging/aleph-vm/etc/haproxy/haproxy-aleph.cfg index 39171e29..e4e62a67 100644 --- a/packaging/aleph-vm/etc/haproxy/haproxy-aleph.cfg +++ b/packaging/aleph-vm/etc/haproxy/haproxy-aleph.cfg @@ -28,8 +28,8 @@ defaults #option httplog option dontlognull timeout connect 5000 - timeout client 50000 - timeout server 50000 + timeout client 300000 + timeout server 300000 errorfile 400 /etc/haproxy/errors/400.http errorfile 403 /etc/haproxy/errors/403.http errorfile 408 /etc/haproxy/errors/408.http