generate documentation from config.sample.php

This commit is contained in:
Morris Jobke
2015-06-02 03:35:11 +02:00
parent 1d5acfcd7f
commit 6254585ba6

View File

@@ -1175,6 +1175,27 @@ Value represents the maximum filesize in megabytes
Default is 10
Set to -1 for no limit
::
'filelocking.enabled' => false,
Enables the EXPERIMENTAL file locking.
This is disabled by default as it is experimental.
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
::
'memcache.locking' => '\OC\Memcache\Redis',
Memory caching backend for file locking
Because most memcache backends can clean values without warning using redis is recommended
::
'copied_sample_config' => true,