[jboss-cvs] JBossAS SVN: r62784 - branches/Branch_4_2/ejb3/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 3 12:50:31 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-05-03 12:50:31 -0400 (Thu, 03 May 2007)
New Revision: 62784

Modified:
   branches/Branch_4_2/ejb3/src/resources/ejb3-entity-cache-service.xml
Log:
Group the bundling-related attributes together

Modified: branches/Branch_4_2/ejb3/src/resources/ejb3-entity-cache-service.xml
===================================================================
--- branches/Branch_4_2/ejb3/src/resources/ejb3-entity-cache-service.xml	2007-05-03 16:49:53 UTC (rev 62783)
+++ branches/Branch_4_2/ejb3/src/resources/ejb3-entity-cache-service.xml	2007-05-03 16:50:31 UTC (rev 62784)
@@ -55,13 +55,13 @@
                  mcast_send_buf_size="640000"
                  loopback="false"
                  discard_incompatible_packets="true"
+                 enable_bundling="false"
                  max_bundle_size="64000"
                  max_bundle_timeout="30"
                  use_incoming_packet_handler="true"
                  use_outgoing_packet_handler="false"
                  ip_ttl="${jgroups.udp.ip_ttl:2}"
-                 down_thread="false" up_thread="false"
-                 enable_bundling="false"/>
+                 down_thread="false" up_thread="false"/>
             <PING timeout="2000"
                   down_thread="false" up_thread="false" num_initial_members="3"/>
             <MERGE2 max_interval="100000"




More information about the jboss-cvs-commits mailing list