From 3e4f1dee01de515933ff5ffa02571e42f1194284 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 17 Jan 2024 01:50:31 +0100 Subject: [PATCH] Added note --- static/defaults.config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/static/defaults.config.php b/static/defaults.config.php index 967b779ceb..2872bd4a49 100644 --- a/static/defaults.config.php +++ b/static/defaults.config.php @@ -624,6 +624,7 @@ return [ 'performance' => [ // max_response_data_size (Integer) // Maximum allowed outgoing HTTP request response data size in Bytes. Does not affect incoming requests to this node. + // Warning: Lowering this value can help with some PHP memory exhaustion issues, but can also partially break some federation features e.g. large posts may not be fetched or received from remote servers. 'max_response_data_size' => 1000000, ], 'proxy' => [ -- 2.39.5