From 871130f9e567fa5187a42cf226cd4c6647d3267c Mon Sep 17 00:00:00 2001 From: Marton Kiss Date: Wed, 18 Sep 2013 21:10:17 +0200 Subject: [PATCH] Disable language import Language import is disabled due mysql backend performance. Change-Id: I411390436af90d90d78b82a4677dd8caf2b9e179 --- groups.profile | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/groups.profile b/groups.profile index 9caaefc..7c1f0c8 100644 --- a/groups.profile +++ b/groups.profile @@ -50,12 +50,15 @@ function groups_install_tasks() { 'groups_revert_features' => array( 'display' => FALSE, ), - 'groups_import_locales' => array( - 'display_name' => 'Install additional languages', - 'display' => TRUE, - 'type' => 'batch', - 'run' => INSTALL_TASK_RUN_IF_NOT_COMPLETED, - ), +/* + * NOTICE: disabled due groups-dev mysql performance issue + * 'groups_import_locales' => array( + * 'display_name' => 'Install additional languages', + * 'display' => TRUE, + * 'type' => 'batch', + * 'run' => INSTALL_TASK_RUN_IF_NOT_COMPLETED, + * ), + */ ); }