Having "maxAge" twice doesn't double the fun
parent
eed18feed7
commit
05fcf4ba4a
|
@ -40,8 +40,8 @@
|
||||||
"minify" : true,
|
"minify" : true,
|
||||||
|
|
||||||
/* How long may clients use served javascript code (in seconds)? Without versioning this
|
/* 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 */
|
may cause problems during deployment. Set to 0 to disable caching */
|
||||||
"maxAge" : 21600, // 6 hours
|
"maxAge" : 21600, // 60 * 60 * 6 = 6 hours
|
||||||
|
|
||||||
/* This is the path to the Abiword executable. Setting it to null, disables abiword.
|
/* This is the path to the Abiword executable. Setting it to null, disables abiword.
|
||||||
Abiword is needed to enable the import/export of pads*/
|
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 */
|
/* The log level we are using, can be: DEBUG, INFO, WARN, ERROR */
|
||||||
"loglevel": "INFO",
|
"loglevel": "INFO",
|
||||||
|
|
||||||
/* cache 6 hours = 1000*60*60*6 */
|
|
||||||
"maxAge": 21600000
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue