https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27068
--- Comment #28 from Kyle M Hall <[email protected]> --- (In reply to Jonathan Druart from comment #27) > The way we cache Koha::Libraries at package level is quite a poor design > here. > I understand that we are doing it because _checkHoldPolicy is called in a > loop, but we should maybe then redesign something else. > > What do you think? Undoing it is fine with me. This runs as a cronjob so speed isn't of the utmost concern. If we really wanted to, we could use Koha::Cache. -- 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/
