Having "maxAge" twice doesn't double the fun

This commit is contained in:
0ip 2012-04-11 22:22:28 +03:00
parent eed18feed7
commit 05fcf4ba4a
1 changed files with 2 additions and 5 deletions

View File

@ -40,8 +40,8 @@
"minify" : true,
/* How long may clients use served javascript code (in seconds)? Without versioning this
is may cause problems during deployment. Set to 0 to disable caching */
"maxAge" : 21600, // 6 hours
may cause problems during deployment. Set to 0 to disable caching */
"maxAge" : 21600, // 60 * 60 * 6 = 6 hours
/* This is the path to the Abiword executable. Setting it to null, disables abiword.
Abiword is needed to enable the import/export of pads*/
@ -55,7 +55,4 @@
/* The log level we are using, can be: DEBUG, INFO, WARN, ERROR */
"loglevel": "INFO",
/* cache 6 hours = 1000*60*60*6 */
"maxAge": 21600000
}