From 8e80cdb6b7af5bdfffe12bd9cb8d762a5ffc09af Mon Sep 17 00:00:00 2001 From: Samy Rabih Date: Tue, 22 Jan 2013 14:34:17 +0100 Subject: [PATCH] Disable search indexation Search indexation is very CPU-intensive, it should not be used here --- controllers/admin/AdminImportController.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/controllers/admin/AdminImportController.php b/controllers/admin/AdminImportController.php index 20e62134b..238eb6d12 100644 --- a/controllers/admin/AdminImportController.php +++ b/controllers/admin/AdminImportController.php @@ -1464,9 +1464,6 @@ class AdminImportControllerCore extends AdminController } - if (Configuration::get('PS_SEARCH_INDEXATION')) - Search::indexation(true); - $this->closeCsvFile($handle); }