You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kf...@apache.org on 2019/09/26 07:58:46 UTC

[tomcat] branch master updated: Fix incorrect default value of maxThreads in cluster receiver docs.

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

kfujino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new 25eaa18  Fix incorrect default value of maxThreads in cluster receiver docs.
25eaa18 is described below

commit 25eaa186bd82ae3a1833f2b27f11db90243c2ab4
Author: KeiichiFujino <kf...@apache.org>
AuthorDate: Thu Sep 26 16:59:04 2019 +0900

    Fix incorrect default value of maxThreads in cluster receiver docs.
---
 webapps/docs/config/cluster-receiver.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapps/docs/config/cluster-receiver.xml b/webapps/docs/config/cluster-receiver.xml
index fb9a5c1..9bc1b53 100644
--- a/webapps/docs/config/cluster-receiver.xml
+++ b/webapps/docs/config/cluster-receiver.xml
@@ -103,7 +103,7 @@
       The default value is a very high <code>5000</code> milliseconds.
     </attribute>
     <attribute name="maxThreads" required="false">
-      The maximum number of threads in the receiver thread pool. The default value is <code>6</code>
+      The maximum number of threads in the receiver thread pool. The default value is <code>15</code>
       Adjust this value relative to the number of nodes in the cluster, the number of messages being exchanged and
       the hardware you are running on. A higher value doesn't mean more efficiency, tune this value according to your
       own test results.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org