https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16758
--- Comment #3 from Jonathan Druart <[email protected]> --- Something like: @@ -242,6 +243,7 @@ my $tester = XML::LibXML->new(); if ($daemon_mode) { while (1) { # For incremental updates, skip the update if the updates are locked + Koha::Cache->flush_L1_cache; if (_flock($LockFH, LOCK_EX|LOCK_NB)) { do_one_pass() if ( zebraqueue_not_empty() ); _flock($LockFH, LOCK_UN); (+ use Koha::Cache) -- 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/
