make longer timeouts def
This commit is contained in:
parent
ea057360b5
commit
e91228cf6f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user