Continued:
authorRoland Häder <roland@mxchange.org>
Tue, 16 Jan 2024 18:58:43 +0000 (19:58 +0100)
committerRoland Häder <roland@mxchange.org>
Tue, 16 Jan 2024 19:04:23 +0000 (20:04 +0100)
- added max_response_data_size to default configuration with hard-coded value
  from code

static/defaults.config.php

index 819b0ad..2552e7d 100644 (file)
@@ -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)