* 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
1 changed files with 1 additions and 1 deletions

View File

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