* increase cache size to reduce potential for abuse
This commit is contained in:
parent
9c1ada6a9a
commit
6ec79ba149
|
@ -23,7 +23,7 @@
|
||||||
-->
|
-->
|
||||||
<cache name="web-datasource"
|
<cache name="web-datasource"
|
||||||
maxElementsInMemory="200"
|
maxElementsInMemory="200"
|
||||||
maxElementsOnDisk="20000"
|
maxElementsOnDisk="80000"
|
||||||
eternal="false"
|
eternal="false"
|
||||||
timeToIdleSeconds="172800"
|
timeToIdleSeconds="172800"
|
||||||
timeToLiveSeconds="172800"
|
timeToLiveSeconds="172800"
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
-->
|
-->
|
||||||
<cache name="web-datasource-lv2"
|
<cache name="web-datasource-lv2"
|
||||||
maxElementsInMemory="200"
|
maxElementsInMemory="200"
|
||||||
maxElementsOnDisk="20000"
|
maxElementsOnDisk="80000"
|
||||||
eternal="false"
|
eternal="false"
|
||||||
timeToIdleSeconds="1209600"
|
timeToIdleSeconds="1209600"
|
||||||
timeToLiveSeconds="1209600"
|
timeToLiveSeconds="1209600"
|
||||||
|
@ -64,8 +64,8 @@
|
||||||
Very long-lived cache (4 months) anime/series lists, movie index, etc
|
Very long-lived cache (4 months) anime/series lists, movie index, etc
|
||||||
-->
|
-->
|
||||||
<cache name="web-persistent-datasource"
|
<cache name="web-persistent-datasource"
|
||||||
maxElementsInMemory="50"
|
maxElementsInMemory="100"
|
||||||
maxElementsOnDisk="20000"
|
maxElementsOnDisk="80000"
|
||||||
eternal="false"
|
eternal="false"
|
||||||
timeToIdleSeconds="10512000"
|
timeToIdleSeconds="10512000"
|
||||||
timeToLiveSeconds="10512000"
|
timeToLiveSeconds="10512000"
|
||||||
|
@ -78,7 +78,7 @@
|
||||||
Simple memory cache for calculated checksums. Time to live is 2 hours.
|
Simple memory cache for calculated checksums. Time to live is 2 hours.
|
||||||
-->
|
-->
|
||||||
<cache name="checksum"
|
<cache name="checksum"
|
||||||
maxElementsInMemory="5000"
|
maxElementsInMemory="50000"
|
||||||
eternal="false"
|
eternal="false"
|
||||||
timeToIdleSeconds="7200"
|
timeToIdleSeconds="7200"
|
||||||
timeToLiveSeconds="7200"
|
timeToLiveSeconds="7200"
|
||||||
|
|
Loading…
Reference in New Issue