summaryrefslogtreecommitdiffstats
path: root/nextcloud-README.fedora
diff options
context:
space:
mode:
Diffstat (limited to 'nextcloud-README.fedora')
-rw-r--r--nextcloud-README.fedora8
1 files changed, 8 insertions, 0 deletions
diff --git a/nextcloud-README.fedora b/nextcloud-README.fedora
index 5468a78..b64fc8d 100644
--- a/nextcloud-README.fedora
+++ b/nextcloud-README.fedora
@@ -104,6 +104,14 @@ dnf install 'php-pecl(apcu)'
For further information see http://nextcloud.org/ and http://doc.nextcloud.org/
+Scheduling Background Jobs
+--------------------------
+The default behaviour is to use the AJAX webcron, however this is fairly inefficient and does not scale very well.
+
+It's recommended to set the option "Cron" to use the system scheduler and to enable the included systemd timer.
+
+systemctl enable --now nextcloud-cron.timer
+
Migration from owncloud
-----------------------