Merge pull request #186 from maraoz/update/configz

change default cleaner config
This commit is contained in:
Matias Alejo Garcia 2014-09-08 21:09:02 -03:00
commit 05b87a90d4
1 changed files with 1 additions and 1 deletions

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
};