Skip to content

Commit

Permalink
Update ehcache.xml
Browse files Browse the repository at this point in the history
Remove Synthesis and Purification
  • Loading branch information
lexevs authored Jul 23, 2019
1 parent deade08 commit 1a961ba
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions software/cananolab-webapp/src/ehcache.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,20 +80,7 @@ L-->
timeToIdleSeconds="1800"
timeToLiveSeconds="100000"
overflowToDisk="true"/>

<cache name="gov.nih.nci.cananolab.domain.characterization.synthesis.SynthesisCharacterization"
maxElementsInMemory="500"
eternal="false"
timeToIdleSeconds="1800"
timeToLiveSeconds="100000"
overflowToDisk="true"/>

<cache name="gov.nih.nci.cananolab.domain.characterization.synthesis.Purification"
maxElementsInMemory="500"
eternal="false"
timeToIdleSeconds="1800"
timeToLiveSeconds="100000"
overflowToDisk="true"/>


<cache name="gov.nih.nci.cananolab.domain.particle.FunctionalizingEntity"
maxElementsInMemory="500"
Expand Down Expand Up @@ -781,4 +768,4 @@ L-->
timeToLiveSeconds="100000"
overflowToDisk="true"/>

</ehcache>
</ehcache>

0 comments on commit 1a961ba

Please sign in to comment.