]> git.ipfire.org Git - thirdparty/bind9.git/commit
new: usr: Implement a new 'notify-defer' configuration option
authorArаm Sаrgsyаn <aram@isc.org>
Thu, 15 May 2025 13:26:44 +0000 (13:26 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Thu, 15 May 2025 13:26:44 +0000 (13:26 +0000)
commit10a02e84ebffca4b909573f4a162c729de635b66
tree31737fa8933eac36457740bf25402eebb2fa3641
parent9c73285a6c671966907fee418daaafa25da453d1
parente42d6b48108e6c879fb7d152194708b0cb6d62b0
new: usr: Implement a new 'notify-defer' configuration option

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

Merge branch '5259-implement-zone-notify-defer' into 'main'

See merge request isc-projects/bind9!10419