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

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


The following commit(s) were added to refs/heads/9.1.x by this push:
     new e48f607  Fix doc for http2.no_activity_timeout_in (#7721)
e48f607 is described below

commit e48f6078cbc9529bd748e622cb0b83614d1b51a2
Author: Susan Hinrichs <[email protected]>
AuthorDate: Tue Apr 20 09:52:33 2021 -0500

    Fix doc for http2.no_activity_timeout_in (#7721)
    
    (cherry picked from commit e2698efa2b56830a651b3443ff92ca3fb944b923)
---
 doc/admin-guide/files/records.config.en.rst | 2 --
 1 file changed, 2 deletions(-)

diff --git a/doc/admin-guide/files/records.config.en.rst 
b/doc/admin-guide/files/records.config.en.rst
index fdf9185..4adb9ed 100644
--- a/doc/admin-guide/files/records.config.en.rst
+++ b/doc/admin-guide/files/records.config.en.rst
@@ -3887,7 +3887,6 @@ HTTP/2 Configuration
 
 .. ts:cv:: CONFIG proxy.config.http2.accept_no_activity_timeout INT 120
    :reloadable:
-   :overridable:
 
    Specifies how long |TS| keeps connections to clients open if no
    activity is received on the connection. Lowering this timeout can ease
@@ -3896,7 +3895,6 @@ HTTP/2 Configuration
 
 .. ts:cv:: CONFIG proxy.config.http2.no_activity_timeout_in INT 120
    :reloadable:
-   :overridable:
 
    Specifies how long |TS| keeps connections to clients open if a
    transaction stalls. Lowering this timeout can ease pressure on the proxy if

Reply via email to