How to know default settings

Hello,

I wanted to know the default settings for

  • timeout server
  • timeout client
  • timeout connect

However I can’t find this information in the documentation or with Google.

Best,
Joseph

Refer to the documentation of the specific configuration argument:

http://docs.haproxy.org/2.6/configuration.html#4.2-timeout%20client
http://docs.haproxy.org/2.6/configuration.html#4.2-timeout%20server
http://docs.haproxy.org/2.6/configuration.html#4.2-timeout%20connect

An unspecified timeout results in an infinite timeout, which
is not recommended. Such a usage is accepted and works but reports a warning
during startup because it may result in accumulation of expired sessions in
the system if the system’s timeouts are not configured either.

Thankyou!

I was looking on HAProxy Documentation Converter, not sure why Google can’t find official documentation.