From 922b9ae89ae98da61e68bb6c567dfcc2b791f8a2 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 12 Sep 2022 09:41:36 +0200 Subject: [PATCH] rec docs: fix spelling error (lifetimeof is not a word) --- pdns/recursordist/docs/appendices/internals.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursordist/docs/appendices/internals.rst b/pdns/recursordist/docs/appendices/internals.rst index fb73a3fd5e..371ac1970f 100644 --- a/pdns/recursordist/docs/appendices/internals.rst +++ b/pdns/recursordist/docs/appendices/internals.rst @@ -463,7 +463,7 @@ This is a mechanism that allows records in the record cache that are expired but that cannot be refreshed (due to network or authoritative server issues) to be served anyway. The :ref:`setting-serve-stale-extensions` determines how many times the records lifetime can be extended. -Each extension of the lifetimeof a record lasts 30s. +Each extension of the lifetime of a record lasts 30s. A value of 1440 means the maximum extra life time is 30 * 1440 seconds which is 12 hours. If the original TTL of a record was less than 30s, the original TTLs will be used as extension period. -- 2.47.2