generate documentation from config.sample.php

This commit is contained in:
Nextcloud bot 2019-09-11 03:16:14 +00:00
parent c6e8ba7d7f
commit 9eecaf2ccb
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C

View File

@ -1671,6 +1671,18 @@ calculation, defaults to false.
Defaults to ``false``
::
'external_storage.auth_availability_delay' => 1800,
When an external storage is unavailable for some reasons, it will be flagged
as such for 10 minutes. When the trigger is a failed authentication attempt
the delay is higher and can be controlled with this option. The motivation
is to make account lock outs at Active Directories (and compatible) more
unlikely.
Defaults to ``1800`` (seconds)
::
'filesystem_check_changes' => 0,