mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
generate documentation from config.sample.php
This commit is contained in:
@@ -1219,11 +1219,11 @@ Value represents the maximum filesize in megabytes. Default is ``10``. Set to
|
||||
|
||||
::
|
||||
|
||||
'filelocking.enabled' => false,
|
||||
'filelocking.enabled' => true,
|
||||
|
||||
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
|
||||
@@ -1231,8 +1231,6 @@ be caused by concurrent operations. Mainly relevant for
|
||||
very large installations with many users working with
|
||||
shared files.
|
||||
|
||||
WARNING: BETA quality
|
||||
|
||||
::
|
||||
|
||||
'memcache.locking' => '\\OC\\Memcache\\Redis',
|
||||
|
||||
Reference in New Issue
Block a user