Disable search indexation
Search indexation is very CPU-intensive, it should not be used here
This commit is contained in:
@@ -1464,9 +1464,6 @@ class AdminImportControllerCore extends AdminController
|
||||
|
||||
}
|
||||
|
||||
if (Configuration::get('PS_SEARCH_INDEXATION'))
|
||||
Search::indexation(true);
|
||||
|
||||
$this->closeCsvFile($handle);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user