mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 14:05:29 +02:00
Update SearchUpdateQueuedJobProcessor.php
This commit is contained in:
parent
957037fc43
commit
1e2019ba4f
@ -40,7 +40,7 @@ class SearchUpdateQueuedJobProcessor extends SearchUpdateBatchedProcessor implem
|
|||||||
|
|
||||||
public function getJobType()
|
public function getJobType()
|
||||||
{
|
{
|
||||||
return Config::inst()->get(SearchUpdateQueuedJobProcessor::class, 'reindex_queue');
|
return Config::inst()->get(__CLASS__, 'reindex_queue');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function jobFinished()
|
public function jobFinished()
|
||||||
|
Loading…
Reference in New Issue
Block a user