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

bneradt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 8997f222ac doc: max_rst_stream_frames_per_minute defaults to 200 
(#11085)
8997f222ac is described below

commit 8997f222ac758675f7fac54224ad7f4e8d2dcc2c
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.
---
 doc/admin-guide/files/records.yaml.en.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/admin-guide/files/records.yaml.en.rst 
b/doc/admin-guide/files/records.yaml.en.rst
index afb7437562..81c02e4fb4 100644
--- a/doc/admin-guide/files/records.yaml.en.rst
+++ b/doc/admin-guide/files/records.yaml.en.rst
@@ -4550,7 +4550,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