http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6435 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #21097|0 |1 is obsolete| | --- Comment #27 from Chris Cormack <chris@bigballofwax.co.nz> --- Created attachment 21390 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=21390&action=edit Bug 6435 Add daemon mode to rebuild_zebra.pl This change adds code to check the zebraqueue table with a cheap SQL query and a daemon loop that checks for new entries and processes them incremantally before sleeping for a controllable number of seconds. The default is 5 seconds which provides a near realtime search index update. This is desirable particularly for libraries that are doing active catalogue updating. Help text updated. Tested against a live 3.12 system. Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> Does what it says on the box, I wonder if it leaks ram at all, would have to run for a long time. But I'm happy to sign off as it doesn't break the existing functionality, while adding new. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.