chg(config): change cache masAge default value

This commit is contained in:
OldHawk
2018-05-02 14:26:29 +08:00
parent ee5124759d
commit b05824dc4f

View File

@@ -167,7 +167,7 @@ module.exports = {
*
*/
cache: {
maxAge: 60 * 1000 * 30,
maxAge: 60 * 1000 * 10,
recycleFreq: 60 * 1000
},