From d7550a229f351593ca4e51700149c6e2e8481b9a Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Wed, 10 Feb 2010 05:10:19 +0100 Subject: [PATCH] [DOC] fix a typo about timeout check and clarify the explanation. --- doc/configuration.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index 69423e875..0bf25a01d 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.