TS-3045 Also update records.config and docs
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/e6f28e18 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/e6f28e18 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/e6f28e18 Branch: refs/heads/master Commit: e6f28e18fb93703f635071ae00d57b2b606b9bde Parents: fcb228d Author: Leif Hedstrom <[email protected]> Authored: Tue Jun 9 11:53:27 2015 -0600 Committer: Leif Hedstrom <[email protected]> Committed: Tue Jun 9 11:53:27 2015 -0600 ---------------------------------------------------------------------- doc/reference/configuration/records.config.en.rst | 2 +- proxy/config/records.config.default.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/e6f28e18/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 c1801b6..2ec8451 100644 --- a/doc/reference/configuration/records.config.en.rst +++ b/doc/reference/configuration/records.config.en.rst @@ -2351,7 +2351,7 @@ SSL Termination authenticated during the SSL handshake. Clients without a certificate are not allowed to access Traffic Server. -.. ts:cv:: CONFIG proxy.config.ssl.number.threads INT 0 +.. ts:cv:: CONFIG proxy.config.ssl.number.threads INT -1 Sets the number of SSL threads to use, this defaults to 0 (autoconfigure). http://git-wip-us.apache.org/repos/asf/trafficserver/blob/e6f28e18/proxy/config/records.config.default.in ---------------------------------------------------------------------- diff --git a/proxy/config/records.config.default.in b/proxy/config/records.config.default.in index 8a11063..f4a52a0 100644 --- a/proxy/config/records.config.default.in +++ b/proxy/config/records.config.default.in @@ -11,7 +11,7 @@ CONFIG proxy.config.exec_thread.autoconfig INT 1 CONFIG proxy.config.exec_thread.autoconfig.scale FLOAT 1.5 CONFIG proxy.config.exec_thread.limit INT 2 -CONFIG proxy.config.ssl.number.threads INT 0 +CONFIG proxy.config.ssl.number.threads INT -1 CONFIG proxy.config.accept_threads INT 1 CONFIG proxy.config.task_threads INT 2 CONFIG proxy.config.cache.threads_per_disk INT 8
