Skip to content

Commit 54bb838

Browse files
author
amvanbaren
committed
Increase files caching
1 parent 62ae630 commit 54bb838

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)