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