]> git.mxchange.org Git - friendica.git/commitdiff
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 819b0ad85fb45d357d1fd9c2978820d1a0155f41..2552e7d35fd81461ed7ad95c40e6cf64c1efd8e7 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)