From a065f6f427029139c3a1a4f5c7b1726201558cf6 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Mon, 8 Sep 2014 15:51:45 -0700 Subject: [PATCH] change default cleaner config --- plugins/config-cleaner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/config-cleaner.js b/plugins/config-cleaner.js index 929198b..fc77818 100644 --- a/plugins/config-cleaner.js +++ b/plugins/config-cleaner.js @@ -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 };