From: Peter van Dijk Date: Mon, 12 Sep 2022 07:41:36 +0000 (+0200) Subject: rec docs: fix spelling error (lifetimeof is not a word) X-Git-Tag: rec-4.8.0-alpha1~16^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11935%2Fhead;p=thirdparty%2Fpdns.git rec docs: fix spelling error (lifetimeof is not a word) --- 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.