mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 18:26:42 +07:00
generate documentation from config.sample.php
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user