generate documentation from config.sample.php

This commit is contained in:
Morris Jobke
2015-06-27 03:35:10 +02:00
parent a44d2116d5
commit a0e99202b0

View File

@@ -1185,15 +1185,15 @@ Set to -1 for no limit
'filelocking.enabled' => false,
Enables the EXPERIMENTAL file locking.
Enables transactional file locking.
This is disabled by default as it is experimental.
This is disabled by default as it is still beta.
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
WARNING: BETA quality
::