From 5d98396abd5868f0e10963d2a08b638f3c41ab4d Mon Sep 17 00:00:00 2001 From: Susan Hinrichs Date: Mon, 19 Apr 2021 22:16:35 +0000 Subject: [PATCH 1/2] Fix doc for http2.no_activity_timeout_in --- doc/admin-guide/files/records.config.en.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/admin-guide/files/records.config.en.rst b/doc/admin-guide/files/records.config.en.rst index f2f165c0afb..a8bb964eafd 100644 --- a/doc/admin-guide/files/records.config.en.rst +++ b/doc/admin-guide/files/records.config.en.rst @@ -3913,8 +3913,6 @@ HTTP/2 Configuration The value of ``0`` specifies that there is no timeout. .. 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 @@ -3922,8 +3920,6 @@ HTTP/2 Configuration a large number of connections without submitting requests. .. 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 From 01dd7b703de7d298ed71193d8d6af62a4f05f0bf Mon Sep 17 00:00:00 2001 From: Susan Hinrichs Date: Mon, 19 Apr 2021 22:25:28 +0000 Subject: [PATCH 2/2] Add back in overridable --- doc/admin-guide/files/records.config.en.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/admin-guide/files/records.config.en.rst b/doc/admin-guide/files/records.config.en.rst index a8bb964eafd..a9cd71521c4 100644 --- a/doc/admin-guide/files/records.config.en.rst +++ b/doc/admin-guide/files/records.config.en.rst @@ -3913,6 +3913,7 @@ HTTP/2 Configuration The value of ``0`` specifies that there is no timeout. .. ts:cv:: CONFIG proxy.config.http2.accept_no_activity_timeout INT 120 + :reloadable: Specifies how long |TS| keeps connections to clients open if no activity is received on the connection. Lowering this timeout can ease @@ -3920,6 +3921,7 @@ HTTP/2 Configuration a large number of connections without submitting requests. .. ts:cv:: CONFIG proxy.config.http2.no_activity_timeout_in INT 120 + :reloadable: Specifies how long |TS| keeps connections to clients open if a transaction stalls. Lowering this timeout can ease pressure on the proxy if