From: Ondřej Surý Date: Tue, 20 Feb 2024 12:27:05 +0000 (+0100) Subject: Add CHANGES note for [GL #4591] X-Git-Tag: v9.19.22~16^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=db69cc7891d966dfc767cb2da469771fbe4d0997;p=thirdparty%2Fbind9.git Add CHANGES note for [GL #4591] --- diff --git a/CHANGES b/CHANGES index d7500fecc35..b6657661e68 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +6353. [bug] Improve the TTL-based cleaning by removing the expired + headers from the heap, so they don't block the next + cleaning round and clean more than a single item for + each new addition to the RBTDB. [GL #4591] + 6352. [bug] Revert change 6319 and decrease lock contention during RBTDB tree pruning by not cleaning up nodes recursively within a single prune_tree() call. [GL #4596]