diff options
author | Robin Appelman <robin@icewind.nl> | 2024-05-15 15:49:44 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2024-09-19 21:28:18 +0200 |
commit | 6791ecbc887f168825bbfc93b382ae618aa15dac (patch) | |
tree | f4e284c93e39ccc8c7b3b74b1c6fb129ac3a73c6 /config | |
parent | 9813cbf6164a81e1054d3225d135261bca260daa (diff) | |
download | nextcloud-server-6791ecbc887f168825bbfc93b382ae618aa15dac.tar.gz nextcloud-server-6791ecbc887f168825bbfc93b382ae618aa15dac.zip |
fix: remove mention of disabling file locking from config sampleremove-locking-config-sample
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index c1961f7d250..7c84948e6a3 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -2269,21 +2269,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. * |