You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by db...@apache.org on 2020/12/18 22:23:20 UTC

[geode] branch develop updated: GEODE-8796: doc max-threads incompatible with TLS (#5860)

This is an automated email from the ASF dual-hosted git repository.

dbarnes pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 3e4db05  GEODE-8796: doc max-threads incompatible with TLS (#5860)
3e4db05 is described below

commit 3e4db05c529bfff499b27d3decd0b7a368f9f9a0
Author: Bill Burcham <bi...@gmail.com>
AuthorDate: Fri Dec 18 14:22:23 2020 -0800

    GEODE-8796: doc max-threads incompatible with TLS (#5860)
---
 geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb b/geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb
index c60566b..83db07c 100644
--- a/geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb
+++ b/geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb
@@ -724,7 +724,7 @@ See <a href="../../../configuring/cluster_config/gfsh_persist.html">Overview of
 </tr>
 <tr>
 <td><span class="keyword parmname">\-\-max-threads</span></td>
-<td>Sets the maximum number of threads allowed in this cache server to service client requests. The default of 0 causes the cache server to dedicate a thread for every client connection.</td>
+<td>Sets the maximum number of threads allowed in this cache server to service client requests. The default of 0 causes the cache server to dedicate a thread for every client connection. When client-server TLS/SSL is configured, values other than the default are not supported.</td>
 <td> </td>
 </tr>
 <tr>