This is an automated email from the ASF dual-hosted git repository.
amc 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 6665379 Docs: Fix proxy.config.net.connections_throttle text.
6665379 is described below
commit 6665379c0f1090a6c4caac770139c689aa9f7408
Author: Alan M. Carroll <[email protected]>
AuthorDate: Mon Nov 26 08:56:12 2018 -0600
Docs: Fix proxy.config.net.connections_throttle text.
---
doc/admin-guide/files/records.config.en.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/admin-guide/files/records.config.en.rst
b/doc/admin-guide/files/records.config.en.rst
index 1638255..c14df88 100644
--- a/doc/admin-guide/files/records.config.en.rst
+++ b/doc/admin-guide/files/records.config.en.rst
@@ -396,7 +396,7 @@ Network
can handle simultaneously. This is in fact the max number of file
descriptors that the :program:`traffic_server` process can have open at any
given time. Roughly 10% of these connections are reserved for origin server
- connections, i.e. from the default, only ~9,000 client connections can be
+ connections, i.e. from the default, only ~27,000 client connections can be
handled. This should be tuned according to your memory size, and expected
work load. If this is set to 0, the throttling logic is disabled.