From e75445aa60fa63272f2389bf5d8f15301acedd8b Mon Sep 17 00:00:00 2001 From: Doug Koerich Date: Fri, 8 Aug 2025 13:14:46 -0300 Subject: [PATCH] Updated max-request-size.md documentation Signed-off-by: Doug Koerich --- content/momentum/4/config/max-request-size.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/momentum/4/config/max-request-size.md b/content/momentum/4/config/max-request-size.md index c2eca1f3a..020ce230c 100644 --- a/content/momentum/4/config/max-request-size.md +++ b/content/momentum/4/config/max-request-size.md @@ -1,7 +1,7 @@ --- -lastUpdated: "03/26/2020" +lastUpdated: "08/06/2025" title: "max_request_size" -description: "max request size maximum size of an HTTP request Max Recipients Per Connection 102400 This option limits the size of an HTTP request If this option is not set there is no limit max request size is valid in the http listener listen pathway pathway group and peer scopes..." +description: "max request size maximum size of an HTTP request Max Request Size 50000 This option limits the size of an HTTP request If this option is not set there is no limit max request size is valid in the http listener listen pathway pathway group and peer scopes..." --- @@ -11,7 +11,7 @@ max_request_size — maximum size of an HTTP request ## Synopsis -`Max_Recipients_Per_Connection = 102400` +`Max_Request_Size = 50000` ## Description @@ -21,4 +21,4 @@ This option limits the size of an HTTP request. If this option is not set, there ## Scope -`max_request_size` is valid in the http_listener, listen, pathway, pathway_group, and peer scopes. \ No newline at end of file +`max_request_size` is valid in the http_listener, listen, pathway, pathway_group, and peer scopes.