feat: periodically update ticker rates
This commit is contained in:
parent
396e7058f5
commit
2fe92c2ebf
2 changed files with 3 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ const ccxt = require('./plugins/ticker/ccxt')
|
|||
const mockTicker = require('./plugins/ticker/mock-ticker')
|
||||
const bitpay = require('./plugins/ticker/bitpay')
|
||||
|
||||
const FETCH_INTERVAL = 60000
|
||||
const FETCH_INTERVAL = 58000
|
||||
|
||||
function _getRates (settings, fiatCode, cryptoCode) {
|
||||
return Promise.resolve()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue