generate documentation from config.sample.php

This commit is contained in:
Nextcloud bot
2019-09-10 03:18:16 +00:00
parent 9fdc7a06d0
commit 60e7654230

View File

@@ -1672,6 +1672,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,