From a9e2851b7e4a21947155aab1e35491c2deb47554 Mon Sep 17 00:00:00 2001 From: szaimen Date: Mon, 25 Apr 2022 13:09:02 +0200 Subject: [PATCH 1/2] update description of cronjob settings to be aligned to the documentation update Signed-off-by: szaimen --- apps/settings/templates/settings/admin/server.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/settings/templates/settings/admin/server.php b/apps/settings/templates/settings/admin/server.php index b5382c925515c..4a967e2acc321 100644 --- a/apps/settings/templates/settings/admin/server.php +++ b/apps/settings/templates/settings/admin/server.php @@ -71,7 +71,7 @@ title="t('Open documentation'));?>" href=""> -

t('For optimal performance it\'s important to configure background jobs correctly. For bigger instances \'Cron\' is the recommended setting. Please see the documentation for more information.'));?>

+

t('For the server to work properly, it\'s important to configure background jobs correctly. \'Cron\' is the recommended setting. Please see the documentation for more information.'));?>

t('Pick background job setting'));?> @@ -81,7 +81,7 @@ print_unescaped('checked="checked"'); } ?>>
- t("Execute one task with each page loaded.")); ?> + t("Execute one task with each page loaded. Use case: Single user instance.")); ?>

>
- t("cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP.")); ?> + t("cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage).")); ?>

> -
- t("Use system cron service to call the cron.php file every 5 minutes.")); ?> +
+ t("Use system cron service to call the cron.php file every 5 minutes. Recommended for all instances.")); ?> t('The cron.php needs to be executed by the system user "%s".', [$_['cli_based_cron_user']])); } else { From bde2ca63210b3572d5cbcf548c1d3f302d8a8751 Mon Sep 17 00:00:00 2001 From: szaimen Date: Wed, 27 Apr 2022 09:49:30 +0200 Subject: [PATCH 2/2] add backport of #32154 Signed-off-by: szaimen --- apps/settings/templates/settings/admin/server.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/settings/templates/settings/admin/server.php b/apps/settings/templates/settings/admin/server.php index 4a967e2acc321..f3b8dc4aaad92 100644 --- a/apps/settings/templates/settings/admin/server.php +++ b/apps/settings/templates/settings/admin/server.php @@ -71,7 +71,7 @@ title="t('Open documentation'));?>" href=""> -

t('For the server to work properly, it\'s important to configure background jobs correctly. \'Cron\' is the recommended setting. Please see the documentation for more information.'));?>

+

t('For the server to work properly, it\'s important to configure background jobs correctly. "Cron" is the recommended setting. Please see the documentation for more information.'));?>

t('Pick background job setting'));?>