adjust cache time

This commit is contained in:
Tommy Parnell
2015-02-28 23:29:00 -05:00
parent 49b3e3dc34
commit e07e525dae

View File

@@ -28,7 +28,7 @@
</system.web> </system.web>
<system.webServer> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMaxAge="5.00:00:00" cacheControlMode="UseMaxAge" /> <clientCache cacheControlMaxAge="8.00:00:00" cacheControlMode="UseMaxAge" />
</staticContent> </staticContent>
<handlers> <handlers>
<remove name="ExtensionlessUrlHandler-Integrated-4.0" /> <remove name="ExtensionlessUrlHandler-Integrated-4.0" />