Skip to content

Commit cebba2e

Browse files
committed
Fix: Increase Server connection timeout.
1 parent d76e5dc commit cebba2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packaging/aleph-vm/etc/haproxy/haproxy-aleph.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ defaults
2828
#option httplog
2929
option dontlognull
3030
timeout connect 5000
31-
timeout client 50000
32-
timeout server 50000
31+
timeout client 300000
32+
timeout server 300000
3333
errorfile 400 /etc/haproxy/errors/400.http
3434
errorfile 403 /etc/haproxy/errors/403.http
3535
errorfile 408 /etc/haproxy/errors/408.http

0 commit comments

Comments
 (0)