From 64148908d3c8466bf3edc5f5b454a4944a4a3e6b Mon Sep 17 00:00:00 2001 From: Keith-wright Date: Wed, 6 Aug 2025 18:55:44 -0400 Subject: [PATCH 1/2] Update max-request-size.md Corrected synopsis field in max_request_size documentation, as it incorrectly showed option and value for Max_Recipients_Per_Connection instead. --- content/momentum/4/config/max-request-size.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/momentum/4/config/max-request-size.md b/content/momentum/4/config/max-request-size.md index c2eca1f3a..ee0f8bce2 100644 --- a/content/momentum/4/config/max-request-size.md +++ b/content/momentum/4/config/max-request-size.md @@ -1,5 +1,5 @@ --- -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..." --- @@ -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. From 70b6ffc98edbb9143a3e8442a028f57bbad5ca01 Mon Sep 17 00:00:00 2001 From: 40handz Date: Fri, 8 Aug 2025 09:52:04 -0400 Subject: [PATCH 2/2] retriggering github actions