[infinispan-commits] Infinispan SVN: r853 - trunk/core/src/main/resources/config-samples.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Thu Sep 24 10:13:37 EDT 2009


Author: manik.surtani at jboss.com
Date: 2009-09-24 10:13:37 -0400 (Thu, 24 Sep 2009)
New Revision: 853

Modified:
   trunk/core/src/main/resources/config-samples/all.xml
Log:
Lock striping as a part of the config

Modified: trunk/core/src/main/resources/config-samples/all.xml
===================================================================
--- trunk/core/src/main/resources/config-samples/all.xml	2009-09-24 14:13:00 UTC (rev 852)
+++ trunk/core/src/main/resources/config-samples/all.xml	2009-09-24 14:13:37 UTC (rev 853)
@@ -197,6 +197,10 @@
       </clustering>
    </namedCache>
 
+   <namedCache name="lockPerEntry">
+      <locking useLockStriping="false" />
+   </namedCache>
+
    <namedCache name="cacheWithCustomInterceptors">
       <!--
       Define custom interceptors.  All custom interceptors need to extend org.jboss.cache.interceptors.base.CommandInterceptor



More information about the infinispan-commits mailing list