Repository: trafficserver Updated Branches: refs/heads/master af7cc27c0 -> b66742539
Correct documentation on accept_threads Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/b6674253 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/b6674253 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/b6674253 Branch: refs/heads/master Commit: b6674253959dcc0932f6516f1b926dae9bb74b7c Parents: af7cc27 Author: Thomas Jackson <[email protected]> Authored: Tue Jul 14 13:52:19 2015 -0700 Committer: Thomas Jackson <[email protected]> Committed: Tue Jul 14 16:56:47 2015 -0700 ---------------------------------------------------------------------- doc/reference/configuration/records.config.en.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/b6674253/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 e21ad37..161676a 100644 --- a/doc/reference/configuration/records.config.en.rst +++ b/doc/reference/configuration/records.config.en.rst @@ -236,7 +236,7 @@ A value of ``0`` means no signal will be sent. .. ts:cv:: CONFIG proxy.config.accept_threads INT 1 - When enabled (``1``), runs a separate thread for accept processing. If disabled (``0``), then only 1 thread can be created. + The number of accept threads Traffic Server. If disabled (``0``), then accepts will be done in each of the worker threads. .. ts:cv:: CONFIG proxy.config.thread.default.stacksize INT 1048576 @@ -2488,7 +2488,7 @@ SSL Termination When enabled this limits the total duration for the server side SSL handshake. - + Client-Related Configuration ----------------------------
