cleaner plugin: fix config
This commit is contained in:
parent
cd7f5035e4
commit
3a057d5017
@ -1,6 +1,6 @@
|
||||
module.exports = {
|
||||
|
||||
cronTime: '* * * * *',
|
||||
cronTime: '0 * * * *', // run each hour
|
||||
threshold: 2*24*60*60, // 2 days, in seconds
|
||||
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user