Skip to content

Commit

Permalink
Adjust caching period to 365 days - one year.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Howells committed Jul 31, 2015
1 parent 86da26d commit 72fcbe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SetupCachingForFolderTemplate.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<system.webServer>
<staticContent>
<!--One year (RFC recommended max)-->
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="360.00:00:00" cacheControlCustom="public" />
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="365.00:00:00" cacheControlCustom="public" />
</staticContent>
</system.webServer>
</location>
Expand Down

0 comments on commit 72fcbe8

Please sign in to comment.