[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:
parent
92843349de
commit
c8873dff76
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue