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

7 lines
115 B
JavaScript

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