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

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

commit c0013603fe9bd0a36cd51d95bacfc73793e534a6
Author: Brian Neradt <[email protected]>
AuthorDate: Tue Aug 6 09:38:44 2024 -0500

    Document 0 for max_conections_in disables it (#11646)
    
    Document that setting proxy.config.net.max_connections_in to 0 disables
    the max_connections_in throttling.
    
    (cherry picked from commit d4f058b92d5b1fedd9248d102ef32603b9d0b1c1)
---
 doc/admin-guide/files/records.yaml.en.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/admin-guide/files/records.yaml.en.rst 
b/doc/admin-guide/files/records.yaml.en.rst
index 9a82486f73..7f9d1ab148 100644
--- a/doc/admin-guide/files/records.yaml.en.rst
+++ b/doc/admin-guide/files/records.yaml.en.rst
@@ -508,6 +508,7 @@ Network
    and active requests that |TS| can handle at any given instant. The delta
    between `proxy.config.net.max_connections_in` and 
`proxy.config.net.max_requests_in`
    is the amount of maximum idle (keepalive) connections |TS| will maintain.
+   If this is set to 0, the throttling logic is disabled.
 
 .. ts:cv:: CONFIG proxy.config.net.per_client.max_connections_in INT 0
    :reloadable:

Reply via email to