make longer timeouts def

This commit is contained in:
Pizza1 2023-06-27 11:55:38 -07:00
parent ea057360b5
commit e91228cf6f

View File

@ -12,9 +12,10 @@ defaults
mode http
option httplog
option dontlognull
timeout connect 5000
timeout client 50000
timeout server 50000
timeout connect 3600000
timeout client 3600000
timeout server 3600000
timeout tunnel 3600000
listen ssh
bind :::22 v4v6
balance roundrobin
@ -40,10 +41,6 @@ listen soju
mode tcp
option tcp-check
server pubnix 10.7.0.2:6697 check inter 10s fall 2 rise 1
timeout connect 3600000
timeout client 3600000
timeout server 3600000
timeout tunnel 3600000
listen iperf3
bind :::5202 v4v6
balance roundrobin