HHH-9787 Remove outdated Infinispan configuration elements

This commit is contained in:
rvansa 2015-05-14 09:28:30 +02:00 committed by Galder Zamarreño
parent 8368f93e0c
commit d46bfb3d80
1 changed files with 1 additions and 12 deletions

View File

@ -57,11 +57,6 @@
<transaction mode="NON_XA" locking="OPTIMISTIC" auto-commit="false"/>
<eviction max-entries="10000" strategy="LRU"/>
<expiration max-idle="100000" interval="5000"/>
<persistence passivation="false">
<!-- State transfer forces all replication calls to be synchronous,
so for calls to remain async, use a cluster cache loader instead -->
<cluster-loader remote-timeout="20000"/>
</persistence>
</replicated-cache>
<!-- Optimized for timestamp caching. A clustered timestamp cache
@ -74,13 +69,7 @@
<!-- Don't ever evict modification timestamps -->
<eviction strategy="NONE"/>
<expiration interval="0"/>
<persistence passivation="false">
<!-- State transfer forces all replication calls to be synchronous,
so for calls to remain async, use a cluster cache loader instead -->
<cluster-loader remote-timeout="20000"/>
</persistence>
<state-transfer enabled="false"/>
</replicated-cache>
</cache-container>
</infinispan>
</infinispan>