diff --git a/src/Solr/Reindex/Handlers/SolrReindexImmediateHandler.php b/src/Solr/Reindex/Handlers/SolrReindexImmediateHandler.php index 27e627ec..39b0b003 100644 --- a/src/Solr/Reindex/Handlers/SolrReindexImmediateHandler.php +++ b/src/Solr/Reindex/Handlers/SolrReindexImmediateHandler.php @@ -104,7 +104,6 @@ protected function processGroup( // Set timeout from config. Process default is 60 seconds $process->setTimeout($this->config()->get('process_timeout')); - $process->inheritEnvironmentVariables(); $process->run(); $res = $process->getOutput();