Typo in cron_task_max_execution_time description

This commit is contained in:
Stephen Abello
2022-03-14 11:46:27 +01:00
parent 93c6cfffda
commit d1e2be97d2

View File

@@ -498,7 +498,7 @@ class Config
],
'cron_task_max_execution_time' => [
'type' => 'integer',
'description' => 'Backround tasks will use this value (integer) multiplicated by its periodicity (in seconds) as max duration per cron execution. 0 is unlimited time',
'description' => 'Background tasks will use this value (integer) multiplicated by its periodicity (in seconds) as max duration per cron execution. 0 is unlimited time',
'default' => 0,
'value' => 0,
'source_of_value' => '',