-
Sub-task
-
Resolution: Done
-
Major
-
EAP_EWP 5.1.1
-
None
-
Release Notes
-
-
Documented as Resolved Issue
-
NEW
When using the legacy eviction policy configuration format:
<attribute name="EvictionPolicyConfig">
<config>
<region name="/default" policyClass="org.jboss.cache.eviction.LRUPolicy">
<attribute name="timeToLiveSeconds">60</attribute>
</region>
</config>
</attribute>
without specifying wakeUpIntervalSeconds, the default is set to 5000 seconds instead of 5.
(due to a mixup between milliseconds and seconds).