From b2527ccd780fc33d9442c219454bdf0bdf7bc3af Mon Sep 17 00:00:00 2001 From: Aurelien DARRAGON Date: Wed, 30 Apr 2025 16:56:00 +0200 Subject: [PATCH] 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 --- doc/configuration.txt | 2 ++ 1 file changed, 2 insertions(+) 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. -- 1.7.10.4