Merge pull request #45330 from nextcloud/remove-locking-config-sample

pull/49311/head
John Molakvoæ 2024-11-15 14:14:39 +07:00 committed by GitHub
commit c0c6581dd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 15 deletions

@ -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.
*