From: Peter van Dijk Date: Wed, 20 Jan 2021 19:42:42 +0000 (+0100) Subject: doc: xfr-cycle-interval X-Git-Tag: dnsdist-1.6.0-rc1~32^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b37d98ac39b51782c11515113a91716d44c2b594;p=thirdparty%2Fpdns.git doc: xfr-cycle-interval --- diff --git a/docs/modes-of-operation.rst b/docs/modes-of-operation.rst index 867cdc2614..2b53964819 100644 --- a/docs/modes-of-operation.rst +++ b/docs/modes-of-operation.rst @@ -101,10 +101,10 @@ the domain is declared 'fresh', and will only be checked again after When the freshness of a domain cannot be checked, e.g. because the master is offline, PowerDNS will retry the domain after -:ref:`setting-slave-cycle-interval` seconds. +:ref:`setting-xfr-cycle-interval` seconds. Every time the domain fails it's freshness check, PowerDNS will hold back on checking the domain for -``amount of failures * slave-cycle-interval`` seconds, with a maximum of +``amount of failures * xfr-cycle-interval`` seconds, with a maximum of :ref:`setting-soa-retry-default` seconds between checks. With default settings, this means that PowerDNS will back off for 1, then 2, then 3 etc. minutes, to a maximum of 60 minutes diff --git a/docs/settings.rst b/docs/settings.rst index f45208dae9..f2c6de8083 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -1418,13 +1418,8 @@ Turn on slave support. See :ref:`slave-operation`. ``slave-cycle-interval`` ------------------------ -- Integer -- Default: 60 - -On a master, this is the amount of seconds between the master checking -the SOA serials in its database to determine to send out NOTIFYs to the -slaves. On slaves, this is the number of seconds between the slave -checking for updates to zones. +.. deprecated:: 4.5.0 + Renamed to :ref:`setting-xfr-cycle-interval`. .. _setting-slave-renotify: @@ -1774,6 +1769,22 @@ If the webserver should print arguments. If a PID file should be written. +.. _setting-xfr-cycle-interval: + +``xfr-cycle-interval`` +---------------------- + +.. versionchanged:: 4.5.0 + This was called :ref:`setting-slave-cycle-interval` before 4.5.0. + +- Integer +- Default: 60 + +On a master, this is the amount of seconds between the master checking +the SOA serials in its database to determine to send out NOTIFYs to the +slaves. On slaves, this is the number of seconds between the slave +checking for updates to zones. + .. _setting-xfr-max-received-mbytes: ``xfr-max-received-mbytes``