generate documentation from config.sample.php

This commit is contained in:
Morris Jobke
2015-09-04 03:35:14 +02:00
parent eb984615b4
commit dcb37399a3

View File

@@ -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',