Author: mircea.markus
Date: 2008-08-14 06:54:25 -0400 (Thu, 14 Aug 2008)
New Revision: 6560
Modified:
core/trunk/src/main/resources/config-samples/invalidation-async.xml
Log:
enabled bundling for async replication
Modified: core/trunk/src/main/resources/config-samples/invalidation-async.xml
===================================================================
--- core/trunk/src/main/resources/config-samples/invalidation-async.xml 2008-08-14
07:40:56 UTC (rev 6559)
+++ core/trunk/src/main/resources/config-samples/invalidation-async.xml 2008-08-14
10:54:25 UTC (rev 6560)
@@ -29,7 +29,7 @@
<transport clusterName="JBossCache-Cluster">
<!-- JGroups protocol stack properties. -->
<jgroupsConfig>
- <TCP discard_incompatible_packets="true"
enable_bundling="false" enable_diagnostics="true"
+ <TCP discard_incompatible_packets="true"
enable_bundling="true" enable_diagnostics="true"
enable_unicast_bundling="true" loopback="false"
max_bundle_size="64000" max_bundle_timeout="30"
oob_thread_pool.enabled="true"
oob_thread_pool.keep_alive_time="10000"
oob_thread_pool.max_threads="4"
oob_thread_pool.min_threads="2"
oob_thread_pool.queue_enabled="false"
oob_thread_pool.queue_max_size="10"
Show replies by date