http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9726 Bug ID: 9726 Summary: XISBN service throttle not initialized Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Staff Client Assignee: koha-bugs@lists.koha-community.org Reporter: fridolyn.somers@biblibre.com CC: gmcharlt@gmail.com For limiting XISBN API use, XISBNDailyLimit syspref is used to compare with daily use count of the API. This count is stored in services_throttle table. But this table content is never initialized, not in installer nor in updatedatabase. So count is never increased and API is used without limit. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.