git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/application-support-layer/applicationSupportLayerCore@25962 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
513def4e1b
commit
ef85e36f9b
|
@ -472,6 +472,16 @@
|
||||||
timeToLiveSeconds="600"
|
timeToLiveSeconds="600"
|
||||||
memoryStoreEvictionPolicy="LRU"
|
memoryStoreEvictionPolicy="LRU"
|
||||||
/>
|
/>
|
||||||
|
<cache name="harvesterCollectionInfo"
|
||||||
|
maxElementsInMemory="10000"
|
||||||
|
maxElementsOnDisk="1000"
|
||||||
|
eternal="false"
|
||||||
|
overflowToDisk="true"
|
||||||
|
diskSpoolBufferSizeMB="20"
|
||||||
|
timeToIdleSeconds="300"
|
||||||
|
timeToLiveSeconds="600"
|
||||||
|
memoryStoreEvictionPolicy="LRU"
|
||||||
|
/>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Sample cache named sampleCache2
|
Sample cache named sampleCache2
|
||||||
|
|
Loading…
Reference in New Issue