]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: dev: Create list of dirty headers that needs cleaning
authorOndřej Surý <ondrej@isc.org>
Mon, 8 Dec 2025 18:23:58 +0000 (19:23 +0100)
committerOndřej Surý <ondrej@isc.org>
Mon, 8 Dec 2025 18:23:58 +0000 (19:23 +0100)
commit95a94668fc8e1ca343e2d6093dab5b63cec1d629
tree459e0ab2ad565979aa6be3344cf735926a558ac2
parent758c5973ef2382bb820169d1037fca5920aff542
parente93eed28f7c157f5b79d92a57675b68640a71989
chg: dev: Create list of dirty headers that needs cleaning

Instead of just flagging the qpcache node to be dirty, add the headers
to be cleaned to the dirty list and when cleaning the node, only walk
through the dirty node, not all the headers in the node.

Merge branch 'ondrej/optimize-qpcache-dirty-cleaning' into 'main'

See merge request isc-projects/bind9!11164