From 0a7f574139207f6dbf883612c83b7da4516312a5 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 11 Oct 2021 11:04:00 +0200 Subject: [PATCH] Docs improvements from review Co-authored-by: Remi Gacogne --- pdns/recursordist/docs/settings.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/recursordist/docs/settings.rst b/pdns/recursordist/docs/settings.rst index 67a5316ab4..625d58f662 100644 --- a/pdns/recursordist/docs/settings.rst +++ b/pdns/recursordist/docs/settings.rst @@ -1413,8 +1413,8 @@ Maximum number of seconds to cache an item in the packet cache, no matter what t - Integer - Default: 60 -Maximum number of seconds to cache a 'server failure' and other answers signalling an error in the packet cache. -Before version 4.6.0 only ``ServFail`` answers were considered an error. Starting with 4.6.0, any answer without answers records and rcode other than ``NoError`` and ``NXDomain`` are considered errors. +Maximum number of seconds to cache an answer indicating a failure to resolve in the packet cache. +Before version 4.6.0 only ``ServFail`` answers were considered as such. Starting with 4.6.0, all responses with a code other than ``NoError`` and ``NXDomain``, or without records in the answer and authority sections, are considered as a failure to resolve. .. versionchanged:: 4.0.0 -- 2.47.2