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