tEr38S17ArquitecturaServidorItEr37S07: Commented out the disk store option in ehcache in navalplanner-webapp too.
This commit is contained in:
parent
cd22f36b24
commit
7520dad3ff
1 changed files with 3 additions and 2 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Reference in a new issue