mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 14:05:29 +02:00
Merge pull request #235 from dnadesign/pulls/process-timeout
FIX: Use Configurable trait
This commit is contained in:
commit
69c5dd6ace
@ -11,6 +11,7 @@ use SilverStripe\FullTextSearch\Solr\Solr;
|
|||||||
use SilverStripe\FullTextSearch\Solr\SolrIndex;
|
use SilverStripe\FullTextSearch\Solr\SolrIndex;
|
||||||
use SilverStripe\ORM\DB;
|
use SilverStripe\ORM\DB;
|
||||||
use Symfony\Component\Process\Process;
|
use Symfony\Component\Process\Process;
|
||||||
|
use SilverStripe\Core\Config\Configurable;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Invokes an immediate reindex
|
* Invokes an immediate reindex
|
||||||
@ -19,6 +20,9 @@ use Symfony\Component\Process\Process;
|
|||||||
*/
|
*/
|
||||||
class SolrReindexImmediateHandler extends SolrReindexBase
|
class SolrReindexImmediateHandler extends SolrReindexBase
|
||||||
{
|
{
|
||||||
|
|
||||||
|
use Configurable;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Path to the php binary
|
* Path to the php binary
|
||||||
* @config
|
* @config
|
||||||
|
Loading…
Reference in New Issue
Block a user