[HHH-3849] Disable lock striping in JBoss Cache configs

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17642 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Brian Stansberry 2009-10-07 20:45:06 +00:00
parent 92843349de
commit c8873dff76
2 changed files with 4 additions and 0 deletions

View File

@ -129,6 +129,8 @@
<!-- Max number of milliseconds to wait for a lock acquisition -->
<attribute name="LockAcquisitionTimeout">5000</attribute>
<attribute name="UseLockStriping">false</attribute>
<!--
Indicate whether to use marshalling or not. Set this to true if you are running under a scoped

View File

@ -118,6 +118,8 @@
<!-- Max number of milliseconds to wait for a lock acquisition -->
<attribute name="LockAcquisitionTimeout">5000</attribute>
<attribute name="UseLockStriping">false</attribute>
<!-- For now. disable asynchronous RPC marshalling/sending -->
<attribute name="SerializationExecutorPoolSize">0</attribute>