Skip to content

Commit de0b060

Browse files
committed
Increase gemma.gsec.acl.domain.AclObjectIdentity.entries cache size
1 parent 5857905 commit de0b060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gemma-core/src/main/resources/ehcache.nocluster.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
timeToLiveSeconds="1200" overflowToDisk="false"/>
4646
<cache name="gemma.gsec.acl.domain.AclObjectIdentity" maxElementsInMemory="10000" timeToIdleSeconds="1200"
4747
timeToLiveSeconds="1200" overflowToDisk="false"/>
48-
<cache name="gemma.gsec.acl.domain.AclObjectIdentity.entries" maxElementsInMemory="10" timeToIdleSeconds="1200"
48+
<cache name="gemma.gsec.acl.domain.AclObjectIdentity.entries" maxElementsInMemory="100" timeToIdleSeconds="1200"
4949
timeToLiveSeconds="1200" overflowToDisk="false"/>
5050

5151
<!-- Gemma -->

0 commit comments

Comments
 (0)