diff options
author | Dominik Fuchß <develop@fuchss.org> | 2023-06-11 15:16:38 +0200 |
---|---|---|
committer | Daniel <mail@danielkesselberg.de> | 2023-06-13 10:31:33 +0200 |
commit | a4a57409db7500a781f339d52999183de83b6ff7 (patch) | |
tree | 2cae79ef31ba7ce069719e8ee2455221ccd068f3 /config | |
parent | c3ba871f3633297046341b7760add409063f2512 (diff) | |
download | nextcloud-server-a4a57409db7500a781f339d52999183de83b6ff7.tar.gz nextcloud-server-a4a57409db7500a781f339d52999183de83b6ff7.zip |
Changes after code review.
Signed-off-by: Dominik Fuchß <develop@fuchss.org>
Diffstat (limited to 'config')
-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 4330b0cda60..c87e1cad9fa 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 |