From d214114a758587a34dcb2289458ee05074537070 Mon Sep 17 00:00:00 2001 From: szaimen Date: Mon, 25 Apr 2022 13:09:02 +0200 Subject: [PATCH] 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 b5382c92551..4a967e2acc3 100644 --- a/apps/settings/templates/settings/admin/server.php +++ b/apps/settings/templates/settings/admin/server.php @@ -71,7 +71,7 @@ script('settings', [ 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 @@ script('settings', [ 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 { -- 2.39.5