Purging expired notifications and alerts. Fixed manticore stash sync.
This commit is contained in:
@@ -196,4 +196,9 @@ module.exports = {
|
||||
enabled: true,
|
||||
crontab: '*/10 * * * *', // every 10 minutes
|
||||
},
|
||||
alerts: {
|
||||
crontab: '*/10 * * * *', // every 10 minutes
|
||||
seenExpiry: 30, // days
|
||||
finalExpiry: 365, // days
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user