Hello Vladimir.
On 01. 03. 22 15:48, Vladimír Čunát wrote:
Hello.
On 01/03/2022 14.49, Aleš Rygl wrote:
modules = {
predict = {
window = 15, -- 15 minutes sampling window
period = 6*(60/15) -- track last 6 hours
}
}
I would certainly remove this part. The symptoms point to it, and I'd
recommend removing it even in case it didn't solve what you experience.
This mode of the module is basically a prototype, as written in the
corresponding [docs]. The code of its "prediction mode" is not at all
suitable for larger traffic, and I'm not even convinced that what it's
doing is useful in normal traffic patterns. You can leave the predict
module in there, i.e. its "expiring-only mode" should be OK in both
arguments (performance and usefulness).
[docs]
https://knot-resolver.readthedocs.io/en/stable/modules-predict.html#predict…
Thank you. It looks promising. I might have noticed the fifteen minutes
earlier. I'll try it and get back to you with the results.
Ales