This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push: new 05c153d Fix incorrect default value of maxThreads in cluster receiver docs. 05c153d is described below commit 05c153de637c67493fa9c7702e475f5810dc4cde Author: KeiichiFujino <kfuj...@apache.org> AuthorDate: Thu Sep 26 17:14:12 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 735d1c1..b1c86d1 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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org