Skip to content

Commit 0bcdfc6

Browse files
committed
cache: Increase max elements in memory for UserGene
1 parent 5815173 commit 0bcdfc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/ehcache.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
eternal="true"/>
2828

2929
<cache name="ubc.pavlab.rdp.model.UserGene"
30-
maxElementsInMemory="1000"
30+
maxElementsInMemory="10000"
3131
timeToLiveSeconds="600"/>
3232

3333
<cache name="ubc.pavlab.rdp.model.UserTerm"

0 commit comments

Comments
 (0)