mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-10 21:38:04 -05:00
* reduce web-datasource cache to 12 hours (so that daily-updated data (e.g. TheTVDB) won't be an issue anymore)
This commit is contained in:
parent
1f6d16d8b9
commit
6cc2c20377
@ -19,14 +19,14 @@
|
||||
/>
|
||||
|
||||
<!--
|
||||
Short-lived (24 hours) persistent disk cache for web responses
|
||||
Short-lived (12 hours) persistent disk cache for web responses
|
||||
-->
|
||||
<cache name="web-datasource"
|
||||
maxElementsInMemory="200"
|
||||
maxElementsOnDisk="80000"
|
||||
eternal="false"
|
||||
timeToIdleSeconds="86400"
|
||||
timeToLiveSeconds="86400"
|
||||
timeToIdleSeconds="43200"
|
||||
timeToLiveSeconds="43200"
|
||||
overflowToDisk="true"
|
||||
diskPersistent="true"
|
||||
memoryStoreEvictionPolicy="LRU"
|
||||
|
Loading…
Reference in New Issue
Block a user