From: Roland Häder Date: Tue, 16 Jan 2024 18:58:43 +0000 (+0100) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a70c7e93000040442a2f57636a6981d005a719aa;p=friendica.git Continued: - added max_response_data_size to default configuration with hard-coded value from code --- diff --git a/static/defaults.config.php b/static/defaults.config.php index ef464c56d1..40bb97ef53 100644 --- a/static/defaults.config.php +++ b/static/defaults.config.php @@ -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