]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.hibernate/src/main/resources/org/argeo/slc/hibernate/cache/ehcache.xml
Make attachments more robust
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.hibernate / src / main / resources / org / argeo / slc / hibernate / cache / ehcache.xml
index 6082951ee349757e8a13a559db8d3b5c5a8f79f9..2aa369ab4258311defc668abe89ac6199ab33ca2 100644 (file)
@@ -15,8 +15,7 @@
                maxElementsInMemory="10000" />
        <cache name="org.argeo.slc.core.test.SimpleResultPart"
                maxElementsInMemory="10000" />
-       <cache
-               name="org.argeo.slc.core.test.tree.TreeTestResult.resultParts"
+       <cache name="org.argeo.slc.core.test.tree.TreeTestResult.resultParts"
                maxElementsInMemory="10000" />
        <cache name="org.argeo.slc.core.test.tree.TreeTestResult.elements"
                maxElementsInMemory="10000" />
 
        <cache name="org.argeo.slc.core.test.tree.TreeTestResultCollection"
                maxElementsInMemory="100" />
-       <cache
-               name="org.argeo.slc.core.test.tree.TreeTestResultCollection.results"
+       <cache name="org.argeo.slc.core.test.tree.TreeTestResultCollection.results"
                maxElementsInMemory="1000" />
 
-       <cache name="org.argeo.slc.core.process.SlcExecution"
+       <cache name="org.argeo.slc.process.SlcExecution"
                maxElementsInMemory="1000" />
-       <cache name="org.argeo.slc.core.process.SlcExecution.attributes"
+       <cache name="org.argeo.slc.process.SlcExecution.attributes"
                maxElementsInMemory="5000" />
-       <cache name="org.argeo.slc.core.process.SlcExecution.steps"
+       <cache name="org.argeo.slc.process.SlcExecution.steps"
                maxElementsInMemory="10000" />
-       <cache name="org.argeo.slc.core.process.SlcExecutionStep"
+       <cache name="org.argeo.slc.process.SlcExecutionStep"
                maxElementsInMemory="10000" />
-       <cache name="org.argeo.slc.core.process.SlcExecutionStep.logLines"
+       <cache name="org.argeo.slc.process.SlcExecutionStep.logLines"
                maxElementsInMemory="100000" />
 
-       <cache name="org.argeo.slc.core.test.TestRunDescriptor"
+       <cache name="org.argeo.slc.test.TestRunDescriptor"
                maxElementsInMemory="1000" />
 
+       <cache name="org.argeo.slc.runtime.SlcAgentDescriptor"
+               maxElementsInMemory="100" />
+
+       <cache name="org.argeo.slc.core.attachment.SimpleAttachment"
+               maxElementsInMemory="100000" />
+       <cache name="org.argeo.slc.core.test.tree.TreeTestResult.attachments"
+               maxElementsInMemory="100000" />
+
 </ehcache>
\ No newline at end of file