diff --git a/config.js b/config.js index 5bffbd0..9afe4eb 100644 --- a/config.js +++ b/config.js @@ -54,7 +54,7 @@ var config = { }, fiatRateServiceOpts: { defaultProvider: 'BitPay', - fetchInterval: 10, // in minutes + fetchInterval: 60, // in minutes }, // To use email notifications uncomment this: // emailOpts: { diff --git a/lib/pushnotificationsservice.js b/lib/pushnotificationsservice.js index b7e70a5..35281da 100644 --- a/lib/pushnotificationsservice.js +++ b/lib/pushnotificationsservice.js @@ -12,7 +12,6 @@ var Utils = require('./common/utils'); var Model = require('./model'); var log = require('npmlog'); log.debug = log.verbose; -log.level = 'debug'; var PUSHNOTIFICATIONS_TYPES = { 'NewCopayer': {