This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch 9.2.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/9.2.x by this push:
     new ac88202ba7 doc: max_rst_stream_frames_per_minute defaults to 200 
(#11085)
ac88202ba7 is described below

commit ac88202ba74cfd41dd5523f741811f669c232755
Author: Brian Neradt <[email protected]>
AuthorDate: Tue Feb 20 18:18:44 2024 -0600

    doc: max_rst_stream_frames_per_minute defaults to 200 (#11085)
    
    This tweaks our documentation to list the default value of
    proxy.config.http2.max_rst_stream_frames_per_minute to be the correct
    200 default value rather than 14, which was probably copy and pasted
    from the max_settings_frames defaults.
    
    (cherry picked from commit 8997f222ac758675f7fac54224ad7f4e8d2dcc2c)
---
 doc/admin-guide/files/records.config.en.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/admin-guide/files/records.config.en.rst 
b/doc/admin-guide/files/records.config.en.rst
index 65f454ac00..f3df888708 100644
--- a/doc/admin-guide/files/records.config.en.rst
+++ b/doc/admin-guide/files/records.config.en.rst
@@ -4284,7 +4284,7 @@ HTTP/2 Configuration
    This limit only will be enforced if 
:ts:cv:`proxy.config.http2.stream_priority_enabled`
    is set to 1.
 
-.. ts:cv:: CONFIG proxy.config.http2.max_rst_stream_frames_per_minute INT 14
+.. ts:cv:: CONFIG proxy.config.http2.max_rst_stream_frames_per_minute INT 200
    :reloadable:
 
    Specifies how many RST_STREAM frames |TS| receives for a minute at maximum.

Reply via email to