From b2f3e3d0c8d90d1893d40df5ffdb948cefba4806 Mon Sep 17 00:00:00 2001 From: MariusBluem Date: Tue, 9 Feb 2021 01:39:01 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: kesselb --- admin_manual/groupware/calendar.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/groupware/calendar.rst b/admin_manual/groupware/calendar.rst index 8a0ac3a63..904806ceb 100644 --- a/admin_manual/groupware/calendar.rst +++ b/admin_manual/groupware/calendar.rst @@ -32,7 +32,7 @@ Background jobs ~~~~~~~~~~~~~~~ Running background jobs can be an expensive task when there are a large number of events, reminders, event sharees and attendees. However, this needs to happen often enough so that the notifications are sent on time. To accomplish this you should use a dedicated ``occ`` command that runs -more often than the standard `cron`` system:: +more often than the standard ``cron`` system:: # crontab -u www-data -e */5 * * * * php -f /var/www/nextcloud/occ dav:send-event-reminders