https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21820
--- Comment #22 from Thomas Klausner <[email protected]> --- > And how about not starting zebra and zebra-indexer in case of Elasticsearch > only? Now both are started by default (the indexer can be disabled in > /etc/default/koha-common, but I'm not sure if we can rely on this). This could and should also be done, but in this patch I "just" disable spamming the database with unneeded records in the zebraqueue table. Of course if the table is empty, but zebra-indexer is running, it will have nothing to do and not waste even more resources by writing the records to disk. But not starting zebra-indexer in the first case would also make a lot of sense. -- 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/
