We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5857905 commit de0b060Copy full SHA for de0b060
gemma-core/src/main/resources/ehcache.nocluster.xml
@@ -45,7 +45,7 @@
45
timeToLiveSeconds="1200" overflowToDisk="false"/>
46
<cache name="gemma.gsec.acl.domain.AclObjectIdentity" maxElementsInMemory="10000" timeToIdleSeconds="1200"
47
48
- <cache name="gemma.gsec.acl.domain.AclObjectIdentity.entries" maxElementsInMemory="10" timeToIdleSeconds="1200"
+ <cache name="gemma.gsec.acl.domain.AclObjectIdentity.entries" maxElementsInMemory="100" timeToIdleSeconds="1200"
49
50
51
<!-- Gemma -->
0 commit comments