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 4934fb2 Doc: open_read_retry_time is overridable
4934fb2 is described below
commit 4934fb23c18caeec12de7bd9891f92da6cc11b7b
Author: Miles Libbey <[email protected]>
AuthorDate: Thu Mar 7 16:53:30 2019 -0800
Doc: open_read_retry_time is overridable
proxy.config.http.cache.open_read_retry_time is overridable
'''
$ git grep proxy.config.http.cache.open_read_retry_time | grep InkAPI.cc
src/traffic_server/InkAPI.cc:8630:
{"proxy.config.http.cache.open_read_retry_time",
{TS_CONFIG_HTTP_CACHE_OPEN_READ_RETRY_TIME, TS_RECORDDATATYPE_INT}},
'''
(i.e. its overridable).
---
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 3abea79..eb380e4 100644
--- a/doc/admin-guide/files/records.config.en.rst
+++ b/doc/admin-guide/files/records.config.en.rst
@@ -2307,6 +2307,7 @@ all the different user-agent versions of documents it
encounters.
.. ts:cv:: CONFIG proxy.config.http.cache.open_read_retry_time INT 10
:reloadable:
+ :overridable:
The number of milliseconds a cacheable request will wait before requesting
the object from cache if an equivalent request is in flight.