]> git.ipfire.org Git - thirdparty/bind9.git/commit
[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)
commita24db6433e605399bcd2c7df9a06c08d867df2e0
treee4b72d05d1c63058a285de36e9c618d823244ec9
parent832ab721bb6ee6b4f8eb330b44c299a086fb05c4
parenta90e3b9e6f60d486d641fe87e4a68811cb3f94fc
[9.20] 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

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