Skip to content

Commit f59418d

Browse files
authored
Merge pull request #3141 from amvanbaren/increase-files-caching
Increase files caching
2 parents 62ae630 + 54bb838 commit f59418d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configuration/ehcache.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
</cache>
8383
<cache alias="files.webresource">
8484
<expiry>
85-
<tti unit="minutes">5</tti>
85+
<tti unit="hours">1</tti>
8686
</expiry>
8787
<listeners>
8888
<listener>
@@ -100,7 +100,7 @@
100100
</cache>
101101
<cache alias="files.extension">
102102
<expiry>
103-
<tti unit="minutes">5</tti>
103+
<tti unit="hours">1</tti>
104104
</expiry>
105105
<listeners>
106106
<listener>

0 commit comments

Comments
 (0)