Skip to content

Commit

Permalink
fix: modify cache timeToLive
Browse files Browse the repository at this point in the history
  • Loading branch information
Mxqueen-yr01 committed Jun 11, 2024
1 parent 85ebdba commit a3751f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/ehcache.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<key-type>java.lang.String</key-type>
<value-type>java.util.List</value-type>
<expiry>
<ttl unit="seconds">14400</ttl>
<ttl unit="seconds">7400</ttl>
</expiry>
<listeners>
<listener>
Expand All @@ -39,7 +39,7 @@
</listener>
</listeners>
<resources>
<heap unit="entries">10000</heap>
<heap unit="entries">1000</heap>
</resources>
</cache>

Expand Down

0 comments on commit a3751f6

Please sign in to comment.