From d1e2be97d2066327cf5d1a3c005c017d4c99fae1 Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Mon, 14 Mar 2022 11:46:27 +0100 Subject: [PATCH] Typo in cron_task_max_execution_time description --- core/config.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config.class.inc.php b/core/config.class.inc.php index 7e0f87ac5..a47fd0b70 100644 --- a/core/config.class.inc.php +++ b/core/config.class.inc.php @@ -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' => '',