generate documentation from config.sample.php

This commit is contained in:
Nextcloud bot
2024-11-16 03:03:00 +00:00
parent 89d32dea06
commit 9018a90d2c

View File

@@ -3308,26 +3308,6 @@ no limit.
Defaults to ``10`` megabytes
filelocking.enabled
^^^^^^^^^^^^^^^^^^^
::
'filelocking.enabled' => true,
Enables transactional file locking.
This is enabled by default.
Prevents concurrent processes from accessing the same files
at the same time. Can help prevent side effects that would
be caused by concurrent operations. Mainly relevant for
very large installations with many users working with
shared files.
Defaults to ``true``
filelocking.ttl
^^^^^^^^^^^^^^^