Skip to content

Commit

Permalink
fix: remove mention of disabling file locking from config sample
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Appelman <[email protected]>
  • Loading branch information
icewind1991 committed Sep 19, 2024
1 parent 9813cbf commit 6791ecb
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions config/config.sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -2269,21 +2269,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.
*
Expand Down

0 comments on commit 6791ecb

Please sign in to comment.