[jboss-cvs] JBossAS SVN: r59171 - branches/Branch_4_2/cluster/src/etc
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Dec 19 23:34:21 EST 2006
Author: bstansberry at jboss.com
Date: 2006-12-19 23:34:20 -0500 (Tue, 19 Dec 2006)
New Revision: 59171
Modified:
branches/Branch_4_2/cluster/src/etc/cluster-service.xml
Log:
[JBAS-3920] Remove deprecated config attributes
Modified: branches/Branch_4_2/cluster/src/etc/cluster-service.xml
===================================================================
--- branches/Branch_4_2/cluster/src/etc/cluster-service.xml 2006-12-20 03:00:56 UTC (rev 59170)
+++ branches/Branch_4_2/cluster/src/etc/cluster-service.xml 2006-12-20 04:34:20 UTC (rev 59171)
@@ -53,8 +53,7 @@
<pbcast.NAKACK gc_lag="50" retransmit_timeout="300,600,1200,2400,4800"
max_xmit_size="8192"
up_thread="true" down_thread="true"/>
- <UNICAST timeout="300,600,1200,2400,4800" window_size="100" min_threshold="10"
- down_thread="true"/>
+ <UNICAST timeout="300,600,1200,2400,4800" down_thread="true"/>
<pbcast.STABLE desired_avg_gossip="20000" max_bytes="400000"
up_thread="true" down_thread="true"/>
<FRAG frag_size="8192"
More information about the jboss-cvs-commits
mailing list