https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39109
--- Comment #5 from David Cook <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
