Skip to content

Commit

Permalink
Merge pull request #3141 from amvanbaren/increase-files-caching
Browse files Browse the repository at this point in the history
Increase files caching
  • Loading branch information
amvanbaren authored Nov 20, 2024
2 parents 62ae630 + 54bb838 commit f59418d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configuration/ehcache.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
</cache>
<cache alias="files.webresource">
<expiry>
<tti unit="minutes">5</tti>
<tti unit="hours">1</tti>
</expiry>
<listeners>
<listener>
Expand All @@ -100,7 +100,7 @@
</cache>
<cache alias="files.extension">
<expiry>
<tti unit="minutes">5</tti>
<tti unit="hours">1</tti>
</expiry>
<listeners>
<listener>
Expand Down

0 comments on commit f59418d

Please sign in to comment.