[Jboss-cvs] JBossAS SVN: r56961 - trunk/cluster/src/resources/jgroups

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Sep 18 23:55:12 EDT 2006


Author: bstansberry at jboss.com
Date: 2006-09-18 23:55:11 -0400 (Mon, 18 Sep 2006)
New Revision: 56961

Modified:
   trunk/cluster/src/resources/jgroups/multiplexer-stacks.xml
Log:
enable_bundling s/b false in tcp-sync

Modified: trunk/cluster/src/resources/jgroups/multiplexer-stacks.xml
===================================================================
--- trunk/cluster/src/resources/jgroups/multiplexer-stacks.xml	2006-09-19 00:57:49 UTC (rev 56960)
+++ trunk/cluster/src/resources/jgroups/multiplexer-stacks.xml	2006-09-19 03:55:11 UTC (rev 56961)
@@ -177,7 +177,7 @@
                  use_incoming_packet_handler="true"
                  use_outgoing_packet_handler="false"
                  down_thread="false" up_thread="false"
-                 enable_bundling="true"
+                 enable_bundling="false"
                  use_send_queues="false"
                  sock_conn_timeout="300"
                  skip_suspected_members="true"/>




More information about the jboss-cvs-commits mailing list