diff options
Diffstat (limited to 'config/config.sample.php')
-rw-r--r-- | config/config.sample.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 98f30d3e258..b0aac34c066 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -290,9 +290,9 @@ $CONFIG = [ 'session_lifetime' => 60 * 60 * 24, /** - * The timeout for requests to remote servers (e.g., needed for federated shares). + * The timeout in seconds for requests to servers made by the DAV component (e.g., needed for federated shares). */ -'remote_curl_timeout' => 30, +'davstorage.request_timeout' => 30, /** * `true` enabled a relaxed session timeout, where the session timeout would no longer be |