From 931c73d3c1eb85279efc79f141dbae58df802426 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20H=C3=A4der?= Date: Tue, 16 Jan 2024 19:58:43 +0100 Subject: [PATCH] Continued: - added max_response_data_size to default configuration with hard-coded value from code --- static/defaults.config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/defaults.config.php b/static/defaults.config.php index 819b0ad85f..2552e7d35f 100644 --- a/static/defaults.config.php +++ b/static/defaults.config.php @@ -613,6 +613,10 @@ return [ // xrd_timeout (Integer) // 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, ], 'proxy' => [ // forwarded_for_headers (String)