[jboss-cvs] JBossAS SVN: r67355 - branches/JBPAPP_4_2_0_GA_CP/tomcat/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 21 14:39:03 EST 2007


Author: bstansberry at jboss.com
Date: 2007-11-21 14:39:03 -0500 (Wed, 21 Nov 2007)
New Revision: 67355

Modified:
   branches/JBPAPP_4_2_0_GA_CP/tomcat/src/resources/jboss-web-cluster-service.xml
Log:
[JBPAPP-360] Re-enable JGroups message bundling

Modified: branches/JBPAPP_4_2_0_GA_CP/tomcat/src/resources/jboss-web-cluster-service.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/tomcat/src/resources/jboss-web-cluster-service.xml	2007-11-21 19:37:52 UTC (rev 67354)
+++ branches/JBPAPP_4_2_0_GA_CP/tomcat/src/resources/jboss-web-cluster-service.xml	2007-11-21 19:39:03 UTC (rev 67355)
@@ -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