]> git.ipfire.org Git - thirdparty/pdns.git/commit
Remove > 5 check on ttl of glue from the cache. 11744/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 1 Jul 2022 11:18:58 +0000 (13:18 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 1 Jul 2022 11:18:58 +0000 (13:18 +0200)
commitac10b3beaeb67a565a43ff0a90f1501ad62f400a
treebdf37f3fd23f4fe42f03fd21a0d274e0ce47bfbb
parent07ca4f6e8f38d21e843ee87e321316aa65c53161
Remove > 5 check on ttl of glue from the cache.

This makes the view of the record cache consistent with what syncres thinks.
This > 5 has been there since
https://github.com/PowerDNS/pdns/commit/7bf2638379826e89d655194bf5834bd7deda450a
I *suppose* it was to prevent access data from the cache while it could be cleaned.
But these days we copy data from the cache, so no need for that.
pdns/syncres.cc