Repository: trafficserver Updated Branches: refs/heads/master fff529523 -> e535b4d72
update docs for proxy.config.cop.init_sleep_time Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/e535b4d7 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/e535b4d7 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/e535b4d7 Branch: refs/heads/master Commit: e535b4d727322297b2e05e339879fcd78164f370 Parents: fff5295 Author: Sudheer Vinukonda <[email protected]> Authored: Wed Apr 29 15:31:55 2015 +0000 Committer: Sudheer Vinukonda <[email protected]> Committed: Wed Apr 29 15:31:55 2015 +0000 ---------------------------------------------------------------------- doc/reference/configuration/records.config.en.rst | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/e535b4d7/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 685a092..9243747 100644 --- a/doc/reference/configuration/records.config.en.rst +++ b/doc/reference/configuration/records.config.en.rst @@ -197,6 +197,15 @@ A value of ``0`` means no signal will be sent. prevent the system from hanging. This configuration variable applies if swap is enabled in Linux 2.2 only. +.. ts:cv:: CONFIG proxy.config.cop.init_sleep_time INT 0 + + The minimum amount of addtional duration allowed before Traffic Server detects + that the :program:`traffic_server` is not responsive and attempts a restart + during startup. This configuration variable allows Traffic Server a longer init + time to load potentially large configuration files such as remap config. Note that + this applies only during startup of Traffic Server and does not apply to the run + time heartbeat checking. + .. ts:cv:: CONFIG proxy.config.output.logfile STRING traffic.out The name and location of the file that contains warnings, status messages, and error messages produced by the Traffic Server
