aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2024-11-15 14:14:39 +0100
committerGitHub <noreply@github.com>2024-11-15 14:14:39 +0100
commitc0c6581dd0e1abb2b210cf51424d3e355dbd401a (patch)
tree291357fb31e53a6cf5ba3e7198c53c2233c13786 /config
parent7ed72e1d3ea0ae3473ed96c8d79e8566d5926d74 (diff)
parent6791ecbc887f168825bbfc93b382ae618aa15dac (diff)
downloadnextcloud-server-c0c6581dd0e1abb2b210cf51424d3e355dbd401a.tar.gz
nextcloud-server-c0c6581dd0e1abb2b210cf51424d3e355dbd401a.zip
Merge pull request #45330 from nextcloud/remove-locking-config-sample
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 2deb69a5c0b..d5a3f0ee017 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -2291,21 +2291,6 @@ $CONFIG = [
*/
'max_filesize_animated_gifs_public_sharing' => 10,
-
-/**
- * Enables transactional file locking.
- * This is enabled by default.
- *
- * Prevents concurrent processes from accessing the same files
- * at the same time. Can help prevent side effects that would
- * be caused by concurrent operations. Mainly relevant for
- * very large installations with many users working with
- * shared files.
- *
- * Defaults to ``true``
- */
-'filelocking.enabled' => true,
-
/**
* Set the lock's time-to-live in seconds.
*