diff --git a/min/config.php b/min/config.php index 29c9f829..ee873109 100644 --- a/min/config.php +++ b/min/config.php @@ -102,7 +102,7 @@ $min_serveOptions['bubbleCssImports'] = false; * Note: Despite this setting, if you include a number at the end of the * querystring, maxAge will be set to one year. E.g. /min/f=hello.css&123456 */ -$min_serveOptions['maxAge'] = 100800; +$min_serveOptions['maxAge'] = 604800; /**