Repository: trafficserver Updated Branches: refs/heads/master 086bf328c -> af7cc27c0
[TS-3767]: fix docs link. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/af7cc27c Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/af7cc27c Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/af7cc27c Branch: refs/heads/master Commit: af7cc27c0d78d212e4dc11ff6b35c56fae65e6e6 Parents: 086bf32 Author: Sudheer Vinukonda <[email protected]> Authored: Tue Jul 14 21:44:02 2015 +0000 Committer: Sudheer Vinukonda <[email protected]> Committed: Tue Jul 14 21:44:02 2015 +0000 ---------------------------------------------------------------------- doc/reference/configuration/records.config.en.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/af7cc27c/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 5746a03..e21ad37 100644 --- a/doc/reference/configuration/records.config.en.rst +++ b/doc/reference/configuration/records.config.en.rst @@ -1291,7 +1291,7 @@ 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.delay` .. ts:cv:: CONFIG proxy.config.cache.read_while_writer.delay INT 50 :reloadable:
