This is an automated email from the ASF dual-hosted git repository.
kfujino pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 5dda8bf Fix incorrect default value of maxThreads in cluster receiver
docs.
5dda8bf is described below
commit 5dda8bf3b18290ccc2ab0cbdeba37cacb8ef46da
Author: KeiichiFujino <[email protected]>
AuthorDate: Thu Sep 26 17:11:11 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: [email protected]
For additional commands, e-mail: [email protected]