From ff74a2f3b5b2ea97f5d1f148910515e26b376c48 Mon Sep 17 00:00:00 2001 From: James Hogarth Date: Wed, 1 Mar 2017 00:49:06 +0000 Subject: Update to 10.0.4 This also includes: - a few php7+ bug fixes - systemd based cron for background tasks - migration steps from owncloud --- nextcloud-README.fedora | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'nextcloud-README.fedora') 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 ----------------------- -- cgit