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
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2017-02-13 17:03:46 +0300
committerRobin Appelman <robin@icewind.nl>2017-02-13 17:03:46 +0300
commit8c1ed7507aae772fdc274e98bb2fa31d9d3f8f99 (patch)
tree6d09ce07007cc40713cc4b4babe9765bf10d945a /config/config.sample.php
parent88047aaea732d77bf38730566842fc163c6ba3a1 (diff)
Add option to enable locking debug logging
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'config/config.sample.php')
-rw-r--r--config/config.sample.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 3d1829e17e6..1c65b050b70 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -1448,6 +1448,16 @@ $CONFIG = array(
'memcache.locking' => '\\OC\\Memcache\\Redis',
/**
+ * Enable locking debug logging
+ *
+ * Note that this can lead to a very large volume of log items being written which can lead
+ * to performance degradation and large log files on busy instance.
+ *
+ * Thus enabling this in production for longer periods of time is not recommended
+ */
+'filelocking.debug' => false,
+
+/**
* Disable the web based updater
*/
'upgrade.disable-web' => false,