From f04b2e821b22485dbaa6d0f541e15760d1e02a5b Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 11 Feb 2016 11:10:40 -0500 Subject: [PATCH 1/2] rm debug log level --- lib/pushnotificationsservice.js | 1 - 1 file changed, 1 deletion(-) 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': { From ce7f0d48d038071596cf0770d175d42ce0ec5a10 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 11 Feb 2016 11:14:06 -0500 Subject: [PATCH 2/2] change dflt rate level --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {