From 34a383fe22791902adae3bef19edfc71c1656868 Mon Sep 17 00:00:00 2001
From: pero
Date: Tue, 28 Aug 2007 13:17:43 +0000
Subject: [PATCH] Fix big 43215: Thanks Takayuki to report it -:)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@570411 13f79535-47bb-0310-9956-ffa450edef68
---
webapps/docs/config/cluster-manager.xml | 2 +-
webapps/docs/config/cluster.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/webapps/docs/config/cluster-manager.xml b/webapps/docs/config/cluster-manager.xml
index 6d7d03c27..1181098f8 100644
--- a/webapps/docs/config/cluster-manager.xml
+++ b/webapps/docs/config/cluster-manager.xml
@@ -103,7 +103,7 @@
The backup manager uses a replicated map, this map is sending and receiving messages.
- You can setup the flag for how this map is sending messages, the default value is 8(asynchronous).
+ You can setup the flag for how this map is sending messages, the default value is 6(asynchronous).
diff --git a/webapps/docs/config/cluster.xml b/webapps/docs/config/cluster.xml
index c9d6bcbef..5022205af 100644
--- a/webapps/docs/config/cluster.xml
+++ b/webapps/docs/config/cluster.xml
@@ -108,7 +108,7 @@
- The Tribes channel send options, default is 11.
+
The Tribes channel send options, default is 8.
This option is used to set the flag that all messages sent through the
SimpleTcpCluster uses. The flag decides how the messages are sent, and is a simple logical OR.
--
2.11.0