update exchange rate at 5 min interval
This commit is contained in:
parent
3f9123b23b
commit
8181c89ef1
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ RateService.prototype._fetchCurrencies = function() {
|
|||
var self = this;
|
||||
|
||||
var backoffSeconds = 5;
|
||||
var updateFrequencySeconds = 3600;
|
||||
var updateFrequencySeconds = 5 * 60;
|
||||
var rateServiceUrl = 'https://bitpay.com/api/rates';
|
||||
|
||||
var retrieve = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue