[freeside-commits] branch FREESIDE_3_BRANCH updated. c63641b613e227a220b432191fe0981a0337e2ef

Ivan ivan at 420.am
Mon Aug 14 12:49:48 PDT 2017


The branch, FREESIDE_3_BRANCH has been updated
       via  c63641b613e227a220b432191fe0981a0337e2ef (commit)
      from  add0ce1fd73b53a51f140cf797a42825cc018fd0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c63641b613e227a220b432191fe0981a0337e2ef
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Aug 14 12:49:47 2017 -0700

    add fulltexrt indexing to RT daily tasks

diff --git a/FS/FS/Cron/rt_tasks.pm b/FS/FS/Cron/rt_tasks.pm
index 01ea0b5..077f23c 100644
--- a/FS/FS/Cron/rt_tasks.pm
+++ b/FS/FS/Cron/rt_tasks.pm
@@ -31,6 +31,8 @@ sub rt_daily {
   my $system = $FS::TicketSystem::system;
   return if !defined($system) || $system ne 'RT_Internal';
 
+  system('/opt/rt3/sbin/rt-fulltext-indexer --quiet --limit 5400 &');
+
   # if -d or -y is in use, bail out.  There's no reliable way to tell RT 
   # to use an alternate system time.
   if ( $opt{'d'} or $opt{'y'} ) {

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Cron/rt_tasks.pm |    2 ++
 1 file changed, 2 insertions(+)




More information about the freeside-commits mailing list