You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ja...@apache.org on 2015/04/20 23:21:56 UTC

[4/4] trafficserver git commit: Attempt to document proxy.config.http.cache.open_read_retry_time

Attempt to document proxy.config.http.cache.open_read_retry_time


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/07e92070
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/07e92070
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/07e92070

Branch: refs/heads/master
Commit: 07e9207071d15ea901f66b48aebebc60acbfff66
Parents: ea54eef
Author: Thomas Jackson <ja...@apache.org>
Authored: Thu Apr 16 20:29:50 2015 -0700
Committer: Thomas Jackson <ja...@apache.org>
Committed: Mon Apr 20 14:21:30 2015 -0700

----------------------------------------------------------------------
 doc/reference/configuration/records.config.en.rst | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/07e92070/doc/reference/configuration/records.config.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/configuration/records.config.en.rst b/doc/reference/configuration/records.config.en.rst
index ac5e546..5bacd57 100644
--- a/doc/reference/configuration/records.config.en.rst
+++ b/doc/reference/configuration/records.config.en.rst
@@ -1524,6 +1524,16 @@ all the different user-agent versions of documents it encounters.
 
    The header on which Traffic Server varies for anything other than text and images.
 
+.. ts:cv:: CONFIG proxy.config.http.cache.open_read_retry_time INT 10
+   :reloadable:
+
+    The number of milliseconds a cacheable request will wait before requesting the object from cache if an equivalent request is in flight.
+
+.. ts:cv:: CONFIG proxy.config.http.cache.max_open_read_retries INT -1
+   :reloadable:
+
+    The number of times to attempt fetching an object from cache if there was an equivalent request in flight.
+
 Customizable User Response Pages
 ================================