A cache of 6 hours should be a good middle

This commit is contained in:
Peter 'Pita' Martischka 2011-06-30 12:43:11 +01:00
parent 946568d3a3
commit 60c6e5ea83

View file

@ -33,7 +33,7 @@ var minify = require('./minify');
var serverName = "Etherpad-Lite ( http://j.mp/ep-lite )";
//cache a week
exports.maxAge = 1000*60*60*24*1;
exports.maxAge = 1000*60*60*6;
async.waterfall([
//initalize the database