Skip to content

Commit

Permalink
#492 Updated stats cache to 60min expiry
Browse files Browse the repository at this point in the history
  • Loading branch information
cdausmus committed Jan 30, 2022
1 parent 332e0ec commit afc8782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/digivol-ehcache.xml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
<cache
name="MainVolunteerStats"
eternal="false"
timeToLiveSeconds="900"
timeToLiveSeconds="3600"
maxElementsInMemory="1000"
maxElementsOnDisk="2000"
memoryStoreEvictionPolicy="LRU"
Expand Down

0 comments on commit afc8782

Please sign in to comment.