This commit is contained in:
GitHub Merge Button 2012-02-27 08:34:23 -08:00
commit 8ecf449d3c
5 changed files with 277 additions and 154 deletions

View file

@ -56,6 +56,11 @@ exports.requireSession = false;
*/
exports.editOnly = false;
/**
* Max age that responses will have (affects caching layer).
*/
exports.maxAge = 1000*60*60*6; // 6 hours
/**
* A flag that shows if minification is enabled or not
*/