]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[9.20] new: usr: Implement a new 'notify-defer' configuration option
authorArаm Sаrgsyаn <aram@isc.org>
Fri, 16 May 2025 13:23:04 +0000 (13:23 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Fri, 16 May 2025 13:23:04 +0000 (13:23 +0000)
This new option sets a delay (in seconds) to wait before sending
a set of NOTIFY messages for a zone. Whenever a NOTIFY message is
ready to be sent, sending will be deferred for this duration. This
option is not to be confused with the :any:`notify-delay` option.
The default is 0 seconds.

Closes #5259

Backport of MR !10419

Merge branch 'backport-5259-implement-zone-notify-defer-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!10465


Trivial merge