The indexing daemon is a really cool feature, that there's no reason to have disabled by default. It allows end-users experience almost real-time indexing (with the default 5 seconds frecquency, which could even be lowered). And we have it disabled by default. It prevents queuing too many reindexing actions, and has really low footprint (compared to the cronjob version).
Created attachment 49812 [details] [review] Bug 16190: Enable the indexer daemon by default This patch enables the indexer daemon by default on packages installs. It does so by setting USE_INDEXER_DAEMON=yes on the /etc/default/koha-common file. It does remove now irrelevant comments from that file. This patch is straightforward to review. If is just a matter of choosing to enable or not to enable by default. Kind regards PS: Let end users rejoice this so far hidden feature :-D
Created attachment 50003 [details] [review] [SIGNED-OFF]Bug 16190: Enable the indexer daemon by default This patch enables the indexer daemon by default on packages installs. It does so by setting USE_INDEXER_DAEMON=yes on the /etc/default/koha-common file. It does remove now irrelevant comments from that file. This patch is straightforward to review. If is just a matter of choosing to enable or not to enable by default. Kind regards PS: Let end users rejoice this so far hidden feature :-D Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com>
Created attachment 50020 [details] [review] Bug 16190: Enable the indexer daemon by default This patch enables the indexer daemon by default on packages installs. It does so by setting USE_INDEXER_DAEMON=yes on the /etc/default/koha-common file. It does remove now irrelevant comments from that file. This patch is straightforward to review. If is just a matter of choosing to enable or not to enable by default. Kind regards PS: Let end users rejoice this so far hidden feature :-D Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Yay! This makes me so happy ^_^.
It looks like these changes have already been made in master! Is this patch no longer needed?
This has already been pushed by Brendan on April 19th. So will be available in 16.05 :-D
See bug 16814 for some problems caused by the indexer daemon being on by default.