From a9e2851b7e4a21947155aab1e35491c2deb47554 Mon Sep 17 00:00:00 2001
From: szaimen 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("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('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("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