File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
hibernate-infinispan/src/main/resources/org/hibernate/cache/infinispan/builder Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 57
57
<transaction mode =" NON_XA" locking =" OPTIMISTIC" auto-commit =" false" />
58
58
<eviction max-entries =" 10000" strategy =" LRU" />
59
59
<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 >
65
60
</replicated-cache >
66
61
67
62
<!-- Optimized for timestamp caching. A clustered timestamp cache
74
69
<!-- Don't ever evict modification timestamps -->
75
70
<eviction strategy =" NONE" />
76
71
<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" />
83
72
</replicated-cache >
84
73
</cache-container >
85
74
86
- </infinispan >
75
+ </infinispan >
You can’t perform that action at this time.
0 commit comments