From 85f4299e1ff41929c6f663079411d8f8d0b2c3ef Mon Sep 17 00:00:00 2001 From: fhanik Date: Mon, 16 Oct 2006 19:38:54 +0000 Subject: [PATCH] corrected default value git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@464636 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/cluster-howto.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapps/docs/cluster-howto.xml b/webapps/docs/cluster-howto.xml index ee1a99733..ee4573049 100644 --- a/webapps/docs/cluster-howto.xml +++ b/webapps/docs/cluster-howto.xml @@ -39,7 +39,7 @@ The following is the default cluster configuration:
<Cluster className="org.apache.catalina.ha.tcp.SimpleTcpCluster" - channelSendOptions="6"> + channelSendOptions="8"> <Manager className="org.apache.catalina.ha.session.BackupManager" expireSessionsOnShutdown="false" -- 2.11.0