summaryrefslogtreecommitdiffstats
path: root/nextcloud-README.fedora
diff options
context:
space:
mode:
authorJames Hogarth <james.hogarth@gmail.com>2017-03-01 00:49:06 +0000
committerJames Hogarth <james.hogarth@gmail.com>2017-03-01 00:49:06 +0000
commitff74a2f3b5b2ea97f5d1f148910515e26b376c48 (patch)
tree6430bcdd6ff78571767522e2046128a07cd5a382 /nextcloud-README.fedora
parent8d3b8566de3445a209b73d2b25e24b8e4dfb7513 (diff)
Update to 10.0.4
This also includes: - a few php7+ bug fixes - systemd based cron for background tasks - migration steps from owncloud
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
-----------------------