3 Apr
2014
3 Apr
'14
6:04 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9967 --- Comment #7 from Robin Sheat <robin@catalyst.net.nz> --- Oh, GetAuthorisedValues is memoised using a method that just sticks it in a hash. That'll be it. So, there is the Memoize::Expire package that we can plug in and give authorised values a low timeout. Probably something like 10 seconds so that it'll cover that request and not much more. We can also force a clear when we set something, so that the current process will see the update immediately. -- You are receiving this mail because: You are watching all bug changes.