change default cleaner config

This commit is contained in:
Manuel Araoz 2014-09-08 15:51:45 -07:00
parent 1fc88a35c6
commit a065f6f427

View File

@ -1,6 +1,6 @@
module.exports = {
cronTime: '0 * * * *', // run each hour
threshold: 2*24*60*60, // 2 days, in seconds
threshold: 30*24*60*60, // 30 days, in seconds
};