Skip to content

Commit

Permalink
Added attribute to cache active sessions on disk
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramin Haeri Azad authored and ymarcon committed Jun 28, 2024
1 parent 74ab563 commit c0aef1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agate-core/src/main/resources/ehcache.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<resources>
<heap unit="entries">10000</heap>
<disk unit="GB">1</disk>
<disk persistent="true" unit="GB">1</disk>
</resources>
</cache>

Expand Down

0 comments on commit c0aef1c

Please sign in to comment.