]> git.ipfire.org Git - thirdparty/bind9.git/commit
Set quantum to infinity for the zone loading task
authorOndřej Surý <ondrej@isc.org>
Thu, 31 Mar 2022 20:15:49 +0000 (22:15 +0200)
committerOndřej Surý <ondrej@isc.org>
Fri, 1 Apr 2022 21:45:23 +0000 (23:45 +0200)
commit87c4c24cdeb858decaf11232bd413a8a815b4732
treeadd5c40dba24772255d32b847d8958af1d449b17
parent15ea6f002ffbe1f3463639d3fe8c0bc07526a6d8
Set quantum to infinity for the zone loading task

When we are loading the zones, set the quantum to UINT_MAX, which makes
task_run process all tasks at once.  After the zone loading is finished
the quantum will be dropped to 1 to not block server when we are loading
new zones after reconfiguration.
lib/dns/zone.c