cleaner plugin: fix config

This commit is contained in:
Manuel Araoz 2014-09-02 11:27:26 -03:00
parent cd7f5035e4
commit 3a057d5017

View File

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