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

bneradt 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 1bd69fa20d Document 0 for max_conections_in disables it (#11647)
1bd69fa20d is described below

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

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

diff --git a/doc/admin-guide/files/records.config.en.rst 
b/doc/admin-guide/files/records.config.en.rst
index f782c71198..15f31c08c8 100644
--- a/doc/admin-guide/files/records.config.en.rst
+++ b/doc/admin-guide/files/records.config.en.rst
@@ -460,6 +460,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.max_requests_in INT 0
 

Reply via email to