mirror of
https://github.com/nextcloud/server.git
synced 2026-04-24 15:53:36 -04:00
docs(config): external_storage.auth_availability_delay improvements
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
f43a4c62d6
commit
3c40dc4341
1 changed files with 8 additions and 4 deletions
|
|
@ -2441,10 +2441,14 @@ $CONFIG = [
|
|||
'quota_include_external_storage' => false,
|
||||
|
||||
/**
|
||||
* When an external storage is unavailable (e.g., due to failed authentication),
|
||||
* it is flagged as such for a specified duration. For authentication failures,
|
||||
* this delay can be customized to reduce the likelihood of account lockouts in
|
||||
* systems like Active Directory.
|
||||
* Delay (in seconds) before retrying an external storage after an
|
||||
* authentication-related failure (StorageAuthException).
|
||||
*
|
||||
* On auth failures, the storage is marked unavailable for this duration
|
||||
* to avoid repeated login attempts (for example, reducing risk of AD lockouts).
|
||||
*
|
||||
* The effective delay is clamped to a minimum of ``600`` seconds, so lower
|
||||
* values have no effect.
|
||||
*
|
||||
* Defaults to ``1800`` seconds (30 minutes)
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue