run notif prune every 30mins

disabled post edit log
This commit is contained in:
barisusakli
2014-09-07 20:03:29 -04:00
parent a56ab7f15a
commit 61e1c51ef6
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ var async = require('async'),
if (process.env.NODE_ENV === 'development') {
winston.info('[notifications.init] Registering jobs.');
}
new cron('0 * * * *', Notifications.prune, null, true);
new cron('0/30 * * * *', Notifications.prune, null, true);
};
Notifications.get = function(nid, callback) {