tEr38S17ArquitecturaServidorItEr37S07: Commented out the disk store option in ehcache in navalplanner-webapp too.

This commit is contained in:
Javier Moran Rua 2009-12-13 12:34:16 +01:00
parent cd22f36b24
commit 7520dad3ff

View file

@ -1,10 +1,11 @@
<ehcache>
<diskStore path="java.io.tmpdir"/>
<!-- <diskStore path="java.io.tmpdir"/>
-->
<defaultCache
maxElementsInMemory="10000"
eternal="false"
timeToIdleSeconds="120"
timeToLiveSeconds="120"
overflowToDisk="true"
overflowToDisk="false"
/>
1</ehcache>