1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

* make sure cache is big enough for all the people abusing filebot can't actually abuse the datasources via filebot due to heavy-caching

This commit is contained in:
Reinhard Pointner 2013-11-27 17:24:12 +00:00
parent 9588603206
commit eff07ec40f

View File

@ -23,7 +23,7 @@
-->
<cache name="web-datasource"
maxElementsInMemory="200"
maxElementsOnDisk="10000"
maxElementsOnDisk="20000"
eternal="false"
timeToIdleSeconds="172800"
timeToLiveSeconds="172800"
@ -37,7 +37,7 @@
-->
<cache name="web-datasource-lv2"
maxElementsInMemory="200"
maxElementsOnDisk="10000"
maxElementsOnDisk="20000"
eternal="false"
timeToIdleSeconds="1209600"
timeToLiveSeconds="1209600"
@ -51,7 +51,7 @@
-->
<cache name="web-persistent-datasource"
maxElementsInMemory="200"
maxElementsOnDisk="50000"
maxElementsOnDisk="95000"
eternal="false"
timeToIdleSeconds="10512000"
timeToLiveSeconds="10512000"