- Issue created by @alexpott
In π Use a transaction PoDatabaseWriter to improve performance Active it was suggested that we make the chunk size in \locale_translate_batch_import() configurable in settings.php to allow for further performance optimisations.
Change the code to something like:
'chunk_size' => \Drupal\Core\Site\Settings::get('locale.chunk_size', 200),
Drupal\Core\Site\Settings
should use a use statment and not FQCN.
Active
11.0 π₯
locale.module