mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 16:36:15 -04:00
Reduce Cache from 1 week to 1 day to reduce update problems
This commit is contained in:
parent
1f0353d680
commit
37fe514154
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 )";
|
var serverName = "Etherpad-Lite ( http://j.mp/ep-lite )";
|
||||||
//cache a week
|
//cache a week
|
||||||
exports.maxAge = 1000*60*60*24*7;
|
exports.maxAge = 1000*60*60*24*1;
|
||||||
|
|
||||||
async.waterfall([
|
async.waterfall([
|
||||||
//initalize the database
|
//initalize the database
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue