http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8089
--- Comment #41 from Jared Camins-Esakov <[email protected]> --- (In reply to comment #39) > questions: > * you don't set a timeout to the syspref cache, so it's 0, so it's "no > timeout", right ? 10 minutes, actually. This is a departure from current behavior, but I think it's a reasonable one. > * if we write some other caching subs and attach them to this bug, would > you push them before 3.12. I was thinking of getAllLanguages and some other > subs that can be cached & will improve scalability a lot (and lower SQL > queries) I don't think so, no. Too much risk of side effects. getAllLanguages already has memoize_memcached, which -- though problematic -- does work. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
