]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
doc: xfr-cycle-interval
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 20 Jan 2021 19:42:42 +0000 (20:42 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 31 Mar 2021 10:46:24 +0000 (12:46 +0200)
docs/modes-of-operation.rst
docs/settings.rst

index 867cdc2614b05c671105e550b3e6bf05a092f26a..2b5396481975cb2bf0074b4851f69d6c3170dd8d 100644 (file)
@@ -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
index f45208dae906106e5559ec7e42c06c5f9374178e..f2c6de80837cc198c34f497ce384e61a6c0f63e9 100644 (file)
@@ -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``