mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
generate documentation from config.sample.php
This commit is contained in:
parent
eb984615b4
commit
dcb37399a3
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user