Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2016-05-20 12:14:47 +0300
committerJoas Schilling <nickvergessen@owncloud.com>2016-05-21 02:59:25 +0300
commit92c21fd6f456d083af8fa64a713c9a0e8d59d1c1 (patch)
tree2e8bcaabea3e9671127880ccc0eda63ac81ae5a9 /config
parentd0a2fa050694232554242c6344439915f3f09d12 (diff)
Do not lock the cron anymore so we can have multiple workers
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php11
1 files changed, 0 insertions, 11 deletions
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
@@ -615,17 +615,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
* = 100 * 1024 * 1024 bytes). A new logfile is created with a new name when the