[jboss-cvs] JBossAS SVN: r67348 - branches/JBPAPP_4_2/cluster/src/etc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 21 12:57:08 EST 2007


Author: bstansberry at jboss.com
Date: 2007-11-21 12:57:08 -0500 (Wed, 21 Nov 2007)
New Revision: 67348

Modified:
   branches/JBPAPP_4_2/cluster/src/etc/cluster-service.xml
Log:
[JBPAPP-360] Leave bundling off for cluster-service.xml channel

Modified: branches/JBPAPP_4_2/cluster/src/etc/cluster-service.xml
===================================================================
--- branches/JBPAPP_4_2/cluster/src/etc/cluster-service.xml	2007-11-21 17:55:34 UTC (rev 67347)
+++ branches/JBPAPP_4_2/cluster/src/etc/cluster-service.xml	2007-11-21 17:57:08 UTC (rev 67348)
@@ -46,7 +46,7 @@
                  mcast_send_buf_size="640000"
                  loopback="false"
                  discard_incompatible_packets="true"
-                 enable_bundling="true"
+                 enable_bundling="false"
                  max_bundle_size="64000"
                  max_bundle_timeout="30"
                  use_incoming_packet_handler="true"
@@ -86,7 +86,7 @@
                  recv_buf_size="20000000"
                  send_buf_size="640000"
                  discard_incompatible_packets="true"
-                 enable_bundling="true"
+                 enable_bundling="false"
                  max_bundle_size="64000"
                  max_bundle_timeout="30"
                  use_incoming_packet_handler="true"




More information about the jboss-cvs-commits mailing list