mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 22:15:48 +01:00
run notif prune every 30mins
disabled post edit log
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user