bitcore-node-zcash/plugins/config-cleaner.js

7 lines
115 B
JavaScript
Raw Normal View History

2014-09-01 07:36:25 -07:00
module.exports = {
2014-09-02 07:27:26 -07:00
cronTime: '0 * * * *', // run each hour
2014-09-08 15:51:45 -07:00
threshold: 30*24*60*60, // 30 days, in seconds
2014-09-01 10:34:20 -07:00
2014-09-01 07:36:25 -07:00
};