* make sure to update episode data and everything else at least once a week so we don't work with outdated episodelist data

This commit is contained in:
Reinhard Pointner 2013-01-24 06:43:37 +00:00
parent 631a81ec4e
commit c98557150d
1 changed files with 3 additions and 3 deletions

View File

@ -19,14 +19,14 @@
/>
<!--
Long-lived (2 week) persistent disk cache for web responses
Long-lived (5 days) persistent disk cache for web responses
-->
<cache name="web-datasource"
maxElementsInMemory="200"
maxElementsOnDisk="10000"
eternal="false"
timeToIdleSeconds="1209600"
timeToLiveSeconds="1209600"
timeToIdleSeconds="432000"
timeToLiveSeconds="432000"
overflowToDisk="true"
diskPersistent="true"
memoryStoreEvictionPolicy="LRU"