Update documentation for GL #3212

This commit is contained in:
Michał Kępień 2023-01-12 21:39:37 +01:00
parent b70313d96d
commit ad57bbb411
2 changed files with 6 additions and 1 deletions

View file

@ -952,7 +952,9 @@
when the resent query's result was SERVFAIL. [GL #3020]
5830. [func] Implement incremental resizing of isc_ht hash tables to
perform the rehashing gradually. [GL #3212]
perform the rehashing gradually. The catalog zone
implementation has been optimized to work with hundreds
of thousands of member zones. [GL #3212] [GL #3744]
5829. [func] Refactor and simplify isc_timer API in preparation
for further refactoring on top of network manager

View file

@ -56,3 +56,6 @@ Feature Changes
threads. This should increase the responsiveness of :iscman:`named`
when RPZ updates are being applied after an RPZ zone has been
successfully transferred. :gl:`#3190`
- The catalog zone implementation has been optimized to work with
hundreds of thousands of member zones. :gl:`#3212` :gl:`#3744`