Skip to content

Commit d46bfb3

Browse files
rvansagalderz
authored andcommitted
HHH-9787 Remove outdated Infinispan configuration elements
1 parent 8368f93 commit d46bfb3

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

hibernate-infinispan/src/main/resources/org/hibernate/cache/infinispan/builder/infinispan-configs.xml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,6 @@
5757
<transaction mode="NON_XA" locking="OPTIMISTIC" auto-commit="false"/>
5858
<eviction max-entries="10000" strategy="LRU"/>
5959
<expiration max-idle="100000" interval="5000"/>
60-
<persistence passivation="false">
61-
<!-- State transfer forces all replication calls to be synchronous,
62-
so for calls to remain async, use a cluster cache loader instead -->
63-
<cluster-loader remote-timeout="20000"/>
64-
</persistence>
6560
</replicated-cache>
6661

6762
<!-- Optimized for timestamp caching. A clustered timestamp cache
@@ -74,13 +69,7 @@
7469
<!-- Don't ever evict modification timestamps -->
7570
<eviction strategy="NONE"/>
7671
<expiration interval="0"/>
77-
<persistence passivation="false">
78-
<!-- State transfer forces all replication calls to be synchronous,
79-
so for calls to remain async, use a cluster cache loader instead -->
80-
<cluster-loader remote-timeout="20000"/>
81-
</persistence>
82-
<state-transfer enabled="false"/>
8372
</replicated-cache>
8473
</cache-container>
8574

86-
</infinispan>
75+
</infinispan>

0 commit comments

Comments
 (0)