DOC: config: restore default values for resolvers hold directive
authorAurelien DARRAGON <adarragon@haproxy.com>
Wed, 30 Apr 2025 14:56:00 +0000 (16:56 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 15 May 2025 15:01:44 +0000 (17:01 +0200)
Default values for hold directive (resolver context) used to be documented
but this was lost when the keyword description was reworked in 24b319b
("Default value is 10s for "valid", 0s for "obsolete" and 30s for
others.")

Restoring the part that describes the default value.

It may be backported to all stable versions with 24b319b

(cherry picked from commit 4bceca83fc14269ef8f2528294bc3cdb3fcc6c99)
Signed-off-by: Willy Tarreau <w@1wt.eu>

doc/configuration.txt

index d04bb94..b865dc0 100644 (file)
@@ -19289,6 +19289,8 @@ hold <status> <period>
 
   A separate behavior exists for "hold valid" and "hold obsolete".
 
+  Default value is 10s for "valid", 0s for "obsolete" and 30s for others.
+
 resolve_retries <nb>
   Defines the number <nb> of queries to send to resolve a server name before
   giving up.