rates refresh every 5 minutes
This commit is contained in:
parent
b7652b511f
commit
e357a7006a
1 changed files with 1 additions and 1 deletions
|
|
@ -109,6 +109,6 @@ angular.module('copayApp.services').factory('rateService', function($http, lodas
|
||||||
};
|
};
|
||||||
|
|
||||||
root.updateRates();
|
root.updateRates();
|
||||||
setInterval(root.updateRates, 10000);
|
setInterval(root.updateRates, 5 * 60 * 1000);
|
||||||
return root;
|
return root;
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue