You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2022/03/29 15:10:10 UTC

[trafficserver] branch 9.2.x updated: docs: add some obvious units to some http2 overridables (#8752)

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 56e87a4  docs: add some obvious units to some http2 overridables (#8752)
56e87a4 is described below

commit 56e87a471b382fcf3c0399b7921e096834ae3f34
Author: Randall Meyer <rr...@apache.org>
AuthorDate: Tue Mar 22 15:49:50 2022 -0700

    docs: add some obvious units to some http2 overridables (#8752)
    
    also remove link to TS timeouts in ocsp settings; unrelated to TS timeouts
    
    (cherry picked from commit a0bb0fa21cadb3331e48b4c600fb3af803020e54)
---
 doc/admin-guide/files/records.config.en.rst | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/doc/admin-guide/files/records.config.en.rst b/doc/admin-guide/files/records.config.en.rst
index de01a6b..1280a82 100644
--- a/doc/admin-guide/files/records.config.en.rst
+++ b/doc/admin-guide/files/records.config.en.rst
@@ -4038,15 +4038,13 @@ OCSP Stapling Configuration
 
    Number of seconds before an OCSP response expires in the stapling cache.
 
-   See :ref:`admin-performance-timeouts` for more discussion on |TS| timeouts.
-
 .. ts:cv:: CONFIG proxy.config.ssl.ocsp.request_timeout INT 10
+   :units: seconds
 
    Timeout (in seconds) for queries to OCSP responders.
 
-   See :ref:`admin-performance-timeouts` for more discussion on |TS| timeouts.
-
 .. ts:cv:: CONFIG proxy.config.ssl.ocsp.update_period INT 60
+   :units: seconds
 
    Update period (in seconds) for stapling caches.
 
@@ -4090,11 +4088,13 @@ HTTP/2 Configuration
 
 .. ts:cv:: CONFIG proxy.config.http2.initial_window_size_in INT 65535
    :reloadable:
+   :units: bytes
 
    The initial window size for inbound connections.
 
 .. ts:cv:: CONFIG proxy.config.http2.max_frame_size INT 16384
    :reloadable:
+   :units: bytes
 
    Indicates the size of the largest frame payload that the sender is willing
    to receive.
@@ -4127,6 +4127,7 @@ HTTP/2 Configuration
 
 .. ts:cv:: CONFIG proxy.config.http2.active_timeout_in INT 0
    :reloadable:
+   :units: seconds
 
    This is the active timeout of the http2 connection. It is set when the connection is opened
    and keeps ticking regardless of activity level.
@@ -4135,6 +4136,7 @@ HTTP/2 Configuration
 
 .. ts:cv:: CONFIG proxy.config.http2.accept_no_activity_timeout INT 120
    :reloadable:
+   :units: seconds
 
    Specifies how long |TS| keeps connections to clients open if no
    activity is received on the connection. Lowering this timeout can ease
@@ -4143,6 +4145,7 @@ HTTP/2 Configuration
 
 .. ts:cv:: CONFIG proxy.config.http2.no_activity_timeout_in INT 120
    :reloadable:
+   :units: seconds
 
    Specifies how long |TS| keeps connections to clients open if a
    transaction stalls. Lowering this timeout can ease pressure on the proxy if
@@ -4223,6 +4226,7 @@ HTTP/2 Configuration
 
 .. ts:cv:: CONFIG proxy.config.http2.write_buffer_block_size INT 262144
    :reloadable:
+   :units: bytes
 
    Specifies the size of a buffer block that is used for buffering outgoing
    HTTP/2 frames. The size will be rounded up based on power of 2.