Skip to content
Snippets Groups Projects
Commit 389c8077 authored by Robin Appelman's avatar Robin Appelman
Browse files

update config sample

parent 4880d772
No related branches found
No related tags found
No related merge requests found
......@@ -1053,17 +1053,15 @@ $CONFIG = array(
/**
* Enables transactional file locking.
* This is disabled by default as it is still beta.
* 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.
*
* WARNING: BETA quality
*/
'filelocking.enabled' => false,
'filelocking.enabled' => true,
/**
* Memory caching backend for file locking
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment