From a7bdcc121664a324e748151be6e336a2dda031d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?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 2ce0280873..dc21a8ce0a 100644 --- a/static/defaults.config.php +++ b/static/defaults.config.php @@ -616,7 +616,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' => [