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.0.11~24 X-Git-Url: http://git.haproxy.org/?a=commitdiff_plain;h=b2527ccd780fc33d9442c219454bdf0bdf7bc3af;p=haproxy-3.0.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 (cherry picked from commit 4bceca83fc14269ef8f2528294bc3cdb3fcc6c99) Signed-off-by: Willy Tarreau (cherry picked from commit 67226e170dfa18e377d6ef223ffb292a5d8ddc9e) Signed-off-by: Christopher Faulet --- diff --git a/doc/configuration.txt b/doc/configuration.txt index bde3838..c63f1b3 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -18587,6 +18587,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.