From: Willy Tarreau Date: Wed, 10 Feb 2010 04:10:19 +0000 (+0100) Subject: [DOC] fix a typo about timeout check and clarify the explanation. X-Git-Tag: v1.4.0~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d7550a229f351593ca4e51700149c6e2e8481b9a;p=thirdparty%2Fhaproxy.git [DOC] fix a typo about timeout check and clarify the explanation. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 69423e8758..0bf25a01d8 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -5003,8 +5003,9 @@ timeout check for check and "timeout check" as an additional read timeout. The "min" is used so that people running with *very* long "timeout connect" (eg. those who needed this due to the queue or tarpit) do not slow down their checks. - Of course it is better to use "check queue" and "check tarpit" instead of - long "timeout connect". + (Please also note that there is no valid reason to have such long connect + timeouts, because "timeout queue" and "timeout tarpit" can always be used to + avoid that). If "timeout check" is not set haproxy uses "inter" for complete check timeout (connect + read) exactly like all <1.3.15 version.