[Koha-bugs] [Bug 14769] Authorities merge: Set correct indicators in biblio field

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 11 15:45:55 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14769

--- Comment #74 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(In reply to Marcel de Rooy from comment #73)
> Hmm. Must say that I have been thinking about using Koha::Cache for it, but
> it would not be a real benefit in time. Problem with
> Koha::Cache::Memory::Lite is the same as handling it in the module; the L1
> cache and also the cached_indicators are kept per Plack worker for some
> time. So would still be buggy.

Nope, there is the following statement in psgi file:
 47         Koha::Caches->flush_L1_caches();
 48         Koha::Cache::Memory::Lite->flush();

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list