increased sitemap cache time -- #1578

v1.18.x
Julian Lam 11 years ago
parent d948f2a29d
commit 753779296b

@ -78,7 +78,7 @@ var path = require('path'),
urls = urls[0].concat(urls[1]);
var map = sm.createSitemap({
hostname: nconf.get('url'),
cacheTime: 600000,
cacheTime: 60*60, // Cached for 1 hour
urls: urls
}),
xml = map.toXML(function(xml) {

Loading…
Cancel
Save