From 9eecaf2ccb45871d7c8db6949ae946933e1d6e16 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Wed, 11 Sep 2019 03:16:14 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 2934d93d7..6bbc80db2 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -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,