]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
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)
committerAurelien DARRAGON <adarragon@haproxy.com>
Wed, 30 Apr 2025 15:00:37 +0000 (17:00 +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

doc/configuration.txt

index 503ad6227277bebcc14e4cbca8a13b5f7fc7a8d8..a5e6603c033fd38e536bebcd309ee17ab28ddefe 100644 (file)
@@ -20038,6 +20038,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.