Repository: trafficserver Updated Branches: refs/heads/master 76c0d06c7 -> 3ce7dfa06
correct docs for read-while-writer Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/3ce7dfa0 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/3ce7dfa0 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/3ce7dfa0 Branch: refs/heads/master Commit: 3ce7dfa060c3997135da2b0b82a7a82b24f6da3b Parents: 76c0d06 Author: Shinya Kawano <[email protected]> Authored: Thu Oct 22 17:58:27 2015 +0900 Committer: Shinya Kawano <[email protected]> Committed: Thu Oct 22 17:58:27 2015 +0900 ---------------------------------------------------------------------- doc/admin/http-proxy-caching.en.rst | 4 ++-- doc/reference/configuration/records.config.en.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/3ce7dfa0/doc/admin/http-proxy-caching.en.rst ---------------------------------------------------------------------- diff --git a/doc/admin/http-proxy-caching.en.rst b/doc/admin/http-proxy-caching.en.rst index 0debf91..e95694b 100644 --- a/doc/admin/http-proxy-caching.en.rst +++ b/doc/admin/http-proxy-caching.en.rst @@ -785,13 +785,13 @@ Once these are enabled, you have something that is very close, but not quite the same, to Squid's Collapsed Forwarding. In addition to the above settings, the settings :ts:cv:`proxy.config.cache.read_while_writer.max_retries` -and :ts:cv:`proxy.config.cache.read_while_writer.delay` allow to control the number +and :ts:cv:`proxy.config.cache.read_while_writer_retry.delay` allow to control the number of retries TS attempts to trigger read-while-writer until the download of first fragment of the object is completed:: CONFIG proxy.config.cache.read_while_writer.max_retries INT 10 - CONFIG proxy.config.cache.read_while_writer.delay INT 50 + CONFIG proxy.config.cache.read_while_writer_retry.delay INT 50 .. _fuzzy-revalidation: http://git-wip-us.apache.org/repos/asf/trafficserver/blob/3ce7dfa0/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 9a61511..2fef75d 100644 --- a/doc/reference/configuration/records.config.en.rst +++ b/doc/reference/configuration/records.config.en.rst @@ -1311,9 +1311,9 @@ Cache Control Specifies how many retries trafficserver attempts to trigger read_while_writer on failing to obtain the write VC mutex or until the first fragment is downloaded for the object being downloaded. The retry duration is specified using the setting - :ts:cv:`proxy.config.cache.read_while_writer.delay` + :ts:cv:`proxy.config.cache.read_while_writer_retry.delay` -.. ts:cv:: CONFIG proxy.config.cache.read_while_writer.delay INT 50 +.. ts:cv:: CONFIG proxy.config.cache.read_while_writer_retry.delay INT 50 :reloadable: Specifies the delay in msec, trafficserver waits to reattempt read_while_writer
