web.config staticContent/clientCache

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 years ago
in 3.8 there is the following entry

<!--Cache static content for 24 hours-->
      <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="24.00:00:00" />


What's correct, setting or comment? Actually it is set to 24 days.
7 years ago
Hi,

You're absolutely right. Thanks! It should be set to 1 day by default (see this commit). But of course, you can set to any other value
7 years ago
fixed in less than one hour :) , i.e. cacheControlMaxAge="0:01:00"
just great
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.