[jboss-cvs] JBossAS SVN: r69198 - branches/Branch_4_2/tomcat/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 22 10:58:05 EST 2008


Author: bstansberry at jboss.com
Date: 2008-01-22 10:58:05 -0500 (Tue, 22 Jan 2008)
New Revision: 69198

Modified:
   branches/Branch_4_2/tomcat/src/resources/jboss-web-cluster-service.xml
Log:
[JBAS-5101] Re-enable JGroups message bundling

Modified: branches/Branch_4_2/tomcat/src/resources/jboss-web-cluster-service.xml
===================================================================
--- branches/Branch_4_2/tomcat/src/resources/jboss-web-cluster-service.xml	2008-01-22 15:47:27 UTC (rev 69197)
+++ branches/Branch_4_2/tomcat/src/resources/jboss-web-cluster-service.xml	2008-01-22 15:58:05 UTC (rev 69198)
@@ -114,7 +114,7 @@
 		             mcast_send_buf_size="640000"
 		             loopback="false"
 		             discard_incompatible_packets="true"
-		             enable_bundling="false"
+		             enable_bundling="true"
 		             max_bundle_size="64000"
 		             max_bundle_timeout="30"
 		             use_incoming_packet_handler="true"
@@ -159,7 +159,7 @@
 	                 recv_buf_size="20000000"
 	                 send_buf_size="640000"
 	                 discard_incompatible_packets="true"
-	                 enable_bundling="false"
+	                 enable_bundling="true"
 	                 max_bundle_size="64000"
 	                 max_bundle_timeout="30"
 	                 use_incoming_packet_handler="true"




More information about the jboss-cvs-commits mailing list