This is an automated email from the ASF dual-hosted git repository.
zwoop 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 2492c84cdd Adds missing empty line for rate limit docs (#11261)
2492c84cdd is described below
commit 2492c84cddce48cb12acd5c799739103e2f648da
Author: Leif Hedstrom <[email protected]>
AuthorDate: Fri Apr 19 08:42:42 2024 -0600
Adds missing empty line for rate limit docs (#11261)
---
doc/admin-guide/plugins/rate_limit.en.rst | 1 +
1 file changed, 1 insertion(+)
diff --git a/doc/admin-guide/plugins/rate_limit.en.rst
b/doc/admin-guide/plugins/rate_limit.en.rst
index 1b1b85af8a..4b54465bc3 100644
--- a/doc/admin-guide/plugins/rate_limit.en.rst
+++ b/doc/admin-guide/plugins/rate_limit.en.rst
@@ -102,6 +102,7 @@ are available:
":8080" being appended to the string.
.. option:: --conntrack
+
This flag tells the limiter that rather than limiting the number of active
transactions,
it should limit the number of active connections. This allows an
established connection
to make any number of transactions, but limits the number of connections
that can be