Reduce Cache from 1 week to 1 day to reduce update problems

This commit is contained in:
Peter 'Pita' Martischka 2011-06-23 11:36:25 +01:00
parent 1f0353d680
commit 37fe514154
1 changed files with 1 additions and 1 deletions

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*7;
exports.maxAge = 1000*60*60*24*1;
async.waterfall([
//initalize the database