mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 10:20:02 +07:00
generate documentation from config.sample.php
This commit is contained in:
@@ -1379,6 +1379,16 @@ be caused by concurrent operations. Mainly relevant for
|
||||
very large installations with many users working with
|
||||
shared files.
|
||||
|
||||
::
|
||||
|
||||
'filelocking.ttl' => 3600,
|
||||
|
||||
Set the time-to-live for locks in secconds.
|
||||
|
||||
Any lock older than this will be automatically cleaned up.
|
||||
|
||||
If not set this defaults to either 1 hour or the php max_execution_time, whichever is higher.
|
||||
|
||||
::
|
||||
|
||||
'memcache.locking' => '\\OC\\Memcache\\Redis',
|
||||
|
||||
Reference in New Issue
Block a user