Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

Commit

Permalink
Update cache to include guild_permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
freyacodes committed Jun 29, 2017
1 parent 5bc6047 commit cbd7cd9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion FredBoat/src/main/resources/ehcache.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@
overflowToDisk="true"
/>

<cache
name="guild_permissions"
maxElementsInMemory="120000"
eternal="false"
timeToIdleSeconds="60"
timeToLiveSeconds="120"
overflowToDisk="true"
/>

<cache name="org.hibernate.cache.internal.StandardQueryCache"
maxEntriesLocalHeap="5" eternal="false" timeToLiveSeconds="120">
<persistence strategy="localTempSwap" />
Expand All @@ -60,4 +69,4 @@
maxEntriesLocalHeap="5000" eternal="true">
<persistence strategy="localTempSwap" />
</cache>
</ehcache>
</ehcache>

0 comments on commit cbd7cd9

Please sign in to comment.