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
1d5acfcd7f
commit
6254585ba6
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user