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 d4f058b92d Document 0 for max_conections_in disables it (#11646)
d4f058b92d is described below

commit d4f058b92d5b1fedd9248d102ef32603b9d0b1c1
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.
---
 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 5bbbef4fe0..b89e1349ec 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