[jbosscache-commits] JBoss Cache SVN: r6727 - core/trunk/src/test/java/org/jboss/cache/profiling.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Mon Sep 15 11:56:56 EDT 2008


Author: manik.surtani at jboss.com
Date: 2008-09-15 11:56:56 -0400 (Mon, 15 Sep 2008)
New Revision: 6727

Modified:
   core/trunk/src/test/java/org/jboss/cache/profiling/AbstractProfileTest.java
Log:
Enabled bundling

Modified: core/trunk/src/test/java/org/jboss/cache/profiling/AbstractProfileTest.java
===================================================================
--- core/trunk/src/test/java/org/jboss/cache/profiling/AbstractProfileTest.java	2008-09-15 15:01:20 UTC (rev 6726)
+++ core/trunk/src/test/java/org/jboss/cache/profiling/AbstractProfileTest.java	2008-09-15 15:56:56 UTC (rev 6727)
@@ -55,7 +55,7 @@
    public String getJGroupsConfig() throws Exception
    {
       String udp = "<jgroupsConfig>\n" +
-            "         <UDP discard_incompatible_packets=\"true\" enable_bundling=\"false\" enable_diagnostics=\"false\" ip_ttl=\"2\"\n" +
+            "         <UDP discard_incompatible_packets=\"true\" enable_bundling=\"true\" enable_diagnostics=\"false\" ip_ttl=\"2\"\n" +
             "              loopback=\"false\" max_bundle_size=\"64000\" max_bundle_timeout=\"30\" mcast_addr=\"228.10.10.10\"\n" +
             "              mcast_port=\"45588\" mcast_recv_buf_size=\"100000000\" mcast_send_buf_size=\"640000\"\n" +
             "              oob_thread_pool.enabled=\"true\" oob_thread_pool.keep_alive_time=\"10000\" oob_thread_pool.max_threads=\"20\"\n" +
@@ -83,7 +83,7 @@
             "      </jgroupsConfig>";
 
       String tcp = "   <jgroupsConfig>\n" +
-            "         <TCP discard_incompatible_packets=\"true\" enable_bundling=\"false\" enable_diagnostics=\"true\"\n" +
+            "         <TCP discard_incompatible_packets=\"true\" enable_bundling=\"true\" enable_diagnostics=\"true\"\n" +
             "              enable_unicast_bundling=\"true\" loopback=\"false\" max_bundle_size=\"64000\" max_bundle_timeout=\"30\"\n" +
             "              oob_thread_pool.enabled=\"true\" oob_thread_pool.keep_alive_time=\"10000\" oob_thread_pool.max_threads=\"4\"\n" +
             "              oob_thread_pool.min_threads=\"2\" oob_thread_pool.queue_enabled=\"false\" oob_thread_pool.queue_max_size=\"10\"\n" +




More information about the jbosscache-commits mailing list