Changeset 45320
- Timestamp:
- 05/12/08 00:50:37 (2 months ago)
- Files:
-
- bsuite/trunk/core.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
bsuite/trunk/core.php
r45270 r45320 192 192 add_filter('cron_schedules', array(&$this, 'cron_reccurences')); 193 193 if( $this->loadavg < 4 ){ // only do cron if load is low-ish 194 //add_filter('bsuite_interval', array(&$this, 'bstat_migrator'));195 //add_filter('bsuite_interval', array(&$this, 'searchsmart_upindex_passive'));194 add_filter('bsuite_interval', array(&$this, 'bstat_migrator')); 195 add_filter('bsuite_interval', array(&$this, 'searchsmart_upindex_passive')); 196 196 } 197 197
