mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
fix: remove mention of disabling file locking from config sample
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
9813cbf616
commit
6791ecbc88
1 changed files with 0 additions and 15 deletions
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue