18 Jun
2016
18 Jun
'16
1:26 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16758 --- Comment #3 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- 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.