* 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:
parent
1222aa11a6
commit
493eabb215
|
@ -24,7 +24,7 @@
|
|||
-->
|
||||
<cache name="web-datasource"
|
||||
maxElementsInMemory="120"
|
||||
maxElementsOnDisk="120"
|
||||
maxElementsOnDisk="1200"
|
||||
eternal="false"
|
||||
timeToIdleSeconds="172800"
|
||||
timeToLiveSeconds="172800"
|
||||
|
|
Loading…
Reference in New Issue