https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23640 Joonas Kylmälä <joonas.kylmala@helsinki.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joonas.kylmala@helsinki.fi --- Comment #15 from Joonas Kylmälä <joonas.kylmala@helsinki.fi> --- (In reply to David Cook from comment #8)
(In reply to Jonathan Druart from comment #7)
It should be done for every connection I'd say, to make sure it's always up-to-date.
Do you know how long-lived the connections are? My concern is that the duration of a connection might be longer than we want an update window to be.
IMHO, this question (and the test plan) still needs be addressed before the patch can be applied. Using only L2 cache would be a correct way to do this at least. If the session where a librarian returns hundreds or thousands of books through SIP I think the sysprefs should be updated during that time also to SIP server because the process might take hours and depending on the SIP server settings I think one connection can be alive all that time. -- You are receiving this mail because: You are watching all bug changes.