From 270e4d4fded28df0e66859d550377e86dd6f533e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 16 Jan 2024 20:11:59 +0100 Subject: [PATCH] Continued: - moved to new configuration category 'http_client' (thanks to @MrPetovan) --- static/defaults.config.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/static/defaults.config.php b/static/defaults.config.php index ca52cbeb9e..b14d8088ba 100644 --- a/static/defaults.config.php +++ b/static/defaults.config.php @@ -655,10 +655,6 @@ return [ // Timeout in seconds for fetching the XRD links and other requests with an expected shorter timeout 'xrd_timeout' => 20, - // max_response_data_size (Integer) - // Maximum allowed response data size in Bytes, default is hard-coded value from code - 'max_response_data_size' => 1000000, - // only_valid_email_addresses (Boolean) // WARNING: You normally want to only accept valid email addreses. Under // rare conditions this however can be a hinderence, e.g. on your LAN -- 2.39.5