]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[DOC] fix a typo about timeout check and clarify the explanation.
authorWilly Tarreau <w@1wt.eu>
Wed, 10 Feb 2010 04:10:19 +0000 (05:10 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 10 Feb 2010 04:10:19 +0000 (05:10 +0100)
doc/configuration.txt

index 69423e8758ad66420e871a08f5e31a45848899fc..0bf25a01d89a64aa1b4cccd3a20423be5085fc24 100644 (file)
@@ -5003,8 +5003,9 @@ timeout check <timeout>
   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.