]> 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>
Wed, 17 Jan 2024 00:05:48 +0000 (01:05 +0100)
- added max_response_data_size to default configuration with hard-coded value
  from code

static/defaults.config.php

index ef464c56d1924e7569bdf26deb56aa27825df5fa..40bb97ef53492088d716587f539ec9d3b1b7adf5 100644 (file)
@@ -614,6 +614,10 @@ 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