[jboss-cvs] JBossAS SVN: r66831 - branches/JBPAPP_4_2/tomcat/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 7 14:50:34 EST 2007


Author: bstansberry at jboss.com
Date: 2007-11-07 14:50:33 -0500 (Wed, 07 Nov 2007)
New Revision: 66831

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

Modified: branches/JBPAPP_4_2/tomcat/src/resources/jboss-web-cluster-service.xml
===================================================================
--- branches/JBPAPP_4_2/tomcat/src/resources/jboss-web-cluster-service.xml	2007-11-07 19:49:43 UTC (rev 66830)
+++ branches/JBPAPP_4_2/tomcat/src/resources/jboss-web-cluster-service.xml	2007-11-07 19:50:33 UTC (rev 66831)
@@ -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