diff --git a/src/Form/SettingsForm.php b/src/Form/SettingsForm.php index 64cd4b6..069517a 100644 --- a/src/Form/SettingsForm.php +++ b/src/Form/SettingsForm.php @@ -155,7 +155,7 @@ class SettingsForm extends ConfigFormBase { '#description' => $this->t('
Set how many files will be processed at once when performing a batch / cron job
'), - '#default_value' => 100, + '#default_value' => $config->get(static::BATCH_SIZE) ?: 100, ], ];