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

* osdb might cache many many hash lookup results, so lets allow a huge number of cache elements be written to disk

This commit is contained in:
Reinhard Pointner 2012-07-26 11:14:31 +00:00
parent 1222aa11a6
commit 493eabb215

View File

@ -24,7 +24,7 @@
-->
<cache name="web-datasource"
maxElementsInMemory="120"
maxElementsOnDisk="120"
maxElementsOnDisk="1200"
eternal="false"
timeToIdleSeconds="172800"
timeToLiveSeconds="172800"