mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 18:26:42 +07:00
generate documentation from config.sample.php
This commit is contained in:
@@ -1185,15 +1185,15 @@ Set to -1 for no limit
|
||||
|
||||
'filelocking.enabled' => false,
|
||||
|
||||
Enables the EXPERIMENTAL file locking.
|
||||
Enables transactional file locking.
|
||||
|
||||
This is disabled by default as it is experimental.
|
||||
This is disabled by default as it is still beta.
|
||||
|
||||
Prevents concurrent processes to access the same files
|
||||
at the same time. Can help prevent side effects that would
|
||||
be caused by concurrent operations.
|
||||
|
||||
WARNING: EXPERIMENTAL
|
||||
WARNING: BETA quality
|
||||
|
||||
::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user