From: Aurelien DARRAGON Date: Wed, 30 Apr 2025 14:56:00 +0000 (+0200) Subject: DOC: config: restore default values for resolvers hold directive X-Git-Tag: v3.2-dev13~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4bceca83fc14269ef8f2528294bc3cdb3fcc6c99;p=thirdparty%2Fhaproxy.git DOC: config: restore default values for resolvers hold directive 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 --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 503ad6227..a5e6603c0 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -20038,6 +20038,8 @@ hold 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 Defines the number of queries to send to resolve a server name before giving up.