flosight-api/plugins/config-cleaner.js
2014-09-08 11:22:45 -07:00

7 lines
113 B
JavaScript

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