This is an automated email from the ASF dual-hosted git repository.
burcham pushed a commit to branch support/1.12
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/support/1.12 by this push:
new 6f1e56a GEODE-8796: doc max-threads incompatible with TLS (#5860)
6f1e56a is described below
commit 6f1e56a1ab3ccf8d1a5a2d58121aac26dac16272
Author: Bill Burcham <[email protected]>
AuthorDate: Fri Dec 18 14:22:23 2020 -0800
GEODE-8796: doc max-threads incompatible with TLS (#5860)
(cherry picked from commit 3e4db05c529bfff499b27d3decd0b7a368f9f9a0)
---
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 165257e..94e94a0 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
@@ -723,7 +723,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>