Hi,

Le 25/10/2019 à 22:28, Troels Arvin a écrit :
I'm trying to find out what the default values are for the following
parameters for HAproxy 1.5:

timeout client
timeout server
timeout tunnel

Where can I find the values? -- I don't seem to be able to find them in
the documentation at
https://cbonte.github.io/haproxy-dconv/1.5/configuration.html

You will find the information at several places :
- in the documentation : "An unspecified timeout results in an infinite timeout"
https://cbonte.github.io/haproxy-dconv/1.5/configuration.html#4.2-timeout%20client
https://cbonte.github.io/haproxy-dconv/1.5/configuration.html#4.2-timeout%20server
https://cbonte.github.io/haproxy-dconv/1.5/configuration.html#4.2-timeout%20connect

- in the warnings logged by the haproxy process :
[WARNING] 298/010006 (813) : config : missing timeouts for proxy 'xxxx'.
| While not properly invalid, you will certainly encounter various problems | with such a configuration. To fix this, please ensure that all following
   | timeouts are set to a non-zero value: 'client', 'connect', 'server'.

--
Cyril Bonté

Reply via email to