Skip to content

Commit

Permalink
Merge pull request #3091 from amvanbaren/disable-files-caches
Browse files Browse the repository at this point in the history
disable files caches
  • Loading branch information
amvanbaren authored Nov 6, 2024
2 parents 52c886f + 1f91e86 commit 0911af4
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions configuration/ehcache.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,40 +80,4 @@
<disk unit="MB">8</disk>
</resources>
</cache>
<cache alias="files.webresource">
<expiry>
<tti unit="hours">1</tti>
</expiry>
<listeners>
<listener>
<class>org.eclipse.openvsx.cache.ExpiredFileListener</class>
<event-firing-mode>ASYNCHRONOUS</event-firing-mode>
<event-ordering-mode>UNORDERED</event-ordering-mode>
<events-to-fire-on>EXPIRED</events-to-fire-on>
<events-to-fire-on>EVICTED</events-to-fire-on>
<events-to-fire-on>REMOVED</events-to-fire-on>
</listener>
</listeners>
<resources>
<heap>150</heap>
</resources>
</cache>
<cache alias="files.extension">
<expiry>
<tti unit="hours">1</tti>
</expiry>
<listeners>
<listener>
<class>org.eclipse.openvsx.cache.ExpiredFileListener</class>
<event-firing-mode>ASYNCHRONOUS</event-firing-mode>
<event-ordering-mode>UNORDERED</event-ordering-mode>
<events-to-fire-on>EXPIRED</events-to-fire-on>
<events-to-fire-on>EVICTED</events-to-fire-on>
<events-to-fire-on>REMOVED</events-to-fire-on>
</listener>
</listeners>
<resources>
<heap>20</heap>
</resources>
</cache>
</config>

0 comments on commit 0911af4

Please sign in to comment.