Disable language import
Language import is disabled due mysql backend performance. Change-Id: I411390436af90d90d78b82a4677dd8caf2b9e179
This commit is contained in:
parent
a2cb374bf5
commit
871130f9e5
@ -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,
|
||||
* ),
|
||||
*/
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user