Skip to content

Commit

Permalink
cache settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dlidstrom committed Aug 17, 2023
1 parent 4285163 commit d318cf2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Snittlistan.Web/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,13 @@
</smtp>
</mailSettings>
</system.net>
<system.runtime.caching>
<memoryCache>
<namedCaches>
<add name="Default" physicalMemoryLimitPercentage="10" pollingInterval="00:02:00" />
</namedCaches>
</memoryCache>
</system.runtime.caching>
<!-- make favicon.ico cacheable -->
<location path="favicon.ico">
<system.webServer>
Expand Down

0 comments on commit d318cf2

Please sign in to comment.