mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
A cache of 6 hours should be a good middle
This commit is contained in:
parent
946568d3a3
commit
60c6e5ea83
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue