From 92c21fd6f456d083af8fa64a713c9a0e8d59d1c1 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 20 May 2016 11:14:47 +0200 Subject: Do not lock the cron anymore so we can have multiple workers --- config/config.sample.php | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'config') diff --git a/config/config.sample.php b/config/config.sample.php index a2bc8e4343c..f3c1845c5c2 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -614,17 +614,6 @@ $CONFIG = array( */ 'cron_log' => true, -/** - * Location of the lock file for cron executions can be specified here. - * Default is within the tmp directory. The file is named in the following way: - * owncloud-server-$INSTANCEID-cron.lock - * where $INSTANCEID is the string specified in the ``instanceid`` field. - * Because the cron lock file is accessed at regular intervals, it may prevent - * enabled disk drives from spinning down. A different location for this file - * can solve such issues. - */ -'cron.lockfile.location' => '', - /** * Enables log rotation and limits the total size of logfiles. The default is 0, * or no rotation. Specify a size in bytes, for example 104857600 (100 megabytes -- cgit v1.2.3