From 9b630f587151c7b9668c2696659bc480ffef15ba Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 17 Jan 2024 01:11:06 +0100 Subject: [PATCH] Better description (@MrPetovan) --- static/defaults.config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/defaults.config.php b/static/defaults.config.php index 778fd5d4b7..967b779ceb 100644 --- a/static/defaults.config.php +++ b/static/defaults.config.php @@ -623,7 +623,7 @@ return [ ], 'performance' => [ // max_response_data_size (Integer) - // Maximum allowed response data size in Bytes, default is hard-coded value from code + // Maximum allowed outgoing HTTP request response data size in Bytes. Does not affect incoming requests to this node. 'max_response_data_size' => 1000000, ], 'proxy' => [ -- 2.39.5