From 8e6ba4fa890f60d5e1207b66407fe0b2292331a3 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Wed, 15 May 2024 15:49:44 +0200 Subject: [PATCH] fix: remove mention of disabling file locking from config sample Signed-off-by: Robin Appelman --- config/config.sample.php | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/config/config.sample.php b/config/config.sample.php index 751d6a5599b68..29fba84b6d308 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -5,7 +5,7 @@ * SPDX-FileCopyrightText: 2016 ownCloud, Inc. * SPDX-License-Identifier: AGPL-3.0-only */ - + /** * This configuration file is only provided to document the different * configuration options and their usage. @@ -2185,21 +2185,6 @@ */ '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. *