17 Feb
2025
17 Feb
'25
12:29 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39109 --- Comment #5 from David Cook <dcook@prosentient.com.au> --- I was inspired by Plack::Middleware::Throttle, but I found it to be too limited for our purposes. You'll likely notice limited use of Koha::Cache, and that's because we don't implement the "incr" method in Koha::Cache, which is vital for multi-process safety in this feature. -- I think there's lots of room for improvement with this feature, although it is limited in what it can do against distributed botnets and web spiders. That said, I just looked at some logs, and I saw it throttled a couple of spiders, so every little bit helps. -- You are receiving this mail because: You are watching all bug changes.