https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39769
--- Comment #3 from Tomás Cohen Arazi (tcohen) <[email protected]> --- Created attachment 199403 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=199403&action=edit Bug 39769: Flush L1 cache in es_indexer_daemon.pl before each batch The daemon runs as a long-lived process and never clears its L1 cache. System preference changes (e.g. IncludeSeeFromInSearches) are not picked up until the daemon is manually restarted. Flush L1 caches at the start of each commit() call so that preference changes take effect on the next indexing batch without requiring a daemon restart. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
