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

mlibbey 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 38d6891  Explain how # of parents relates to fail_threshold 
total_connect_attempts
38d6891 is described below

commit 38d6891dcc4f69cf8a6d79b98b2dc6d20df192ce
Author: Miles Libbey <mlib...@apache.org>
AuthorDate: Thu Aug 31 12:20:35 2017 -0700

    Explain how # of parents relates to fail_threshold total_connect_attempts
---
 doc/admin-guide/files/records.config.en.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/admin-guide/files/records.config.en.rst 
b/doc/admin-guide/files/records.config.en.rst
index af15a77..4074f22 100644
--- a/doc/admin-guide/files/records.config.en.rst
+++ b/doc/admin-guide/files/records.config.en.rst
@@ -1257,7 +1257,9 @@ Parent Proxy Configuration
 
    The total number of connection attempts for a specific transaction allowed 
to
    a parent cache before Traffic Server bypasses the parent or fails the 
request
-   (depending on the ``go_direct`` option in the :file:`parent.config` file).
+   (depending on the ``go_direct`` option in the :file:`parent.config` file). 
The
+   number of parents tried is
+   ``proxy.config.http.parent_proxy.fail_threshold / 
proxy.config.http.parent_proxy.total_connect_attempts``
 
 .. ts:cv:: CONFIG proxy.config.http.parent_proxy.per_parent_connect_attempts 
INT 2
    :reloadable:

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <commits@trafficserver.apache.org>'].

Reply via email to