updated cron dependency to require v0.1.4 at least, due to fixes upstream

re-enabling notifications pruning
This commit is contained in:
Julian Lam
2014-03-12 11:39:16 -04:00
parent e757183cec
commit da05330ded
2 changed files with 2 additions and 3 deletions

3
app.js
View File

@@ -141,8 +141,7 @@ function start() {
webserver.init();
});
// Temporarily removed until ncb000gt/node-cron/issues/81 and ncb000gt/node-cron/issues/83 are fixed
// notifications.init();
notifications.init();
process.on('SIGTERM', shutdown);
process.on('SIGINT', shutdown);