mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 09:05:56 +00:00
Hourly task no longer exists
This commit is contained in:
parent
3995e72c3a
commit
d2aa75e72b
@ -127,16 +127,3 @@ class RebuildLuceneDocsIndex extends BuildTask {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @package docsviewer
|
|
||||||
* @subpackage tasks
|
|
||||||
*/
|
|
||||||
class RebuildLuceneDocusIndex_Hourly extends HourlyTask {
|
|
||||||
|
|
||||||
public function process() {
|
|
||||||
$reindex = new RebuildLuceneDocusIndex();
|
|
||||||
|
|
||||||
$reindex->rebuildIndexes(true);
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user