Add CHANGES note for [GL #4591]

(cherry picked from commit db69cc7891)
(cherry picked from commit 9584c4338e)
This commit is contained in:
Ondřej Surý
2024-02-29 16:13:19 +01:00
parent 3129c80741
commit 4b14bcedcf
+5
View File
@@ -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]