refactor: disable CCXT's rate limitting
This commit is contained in:
parent
6c2c6353aa
commit
396e7058f5
1 changed files with 1 additions and 2 deletions
|
|
@ -13,8 +13,7 @@ function ticker (fiatCode, cryptoCode, tickerName) {
|
|||
tickerObjects[tickerName] :
|
||||
tickerObjects[tickerName] = new ccxt[tickerName]({
|
||||
timeout: 3000,
|
||||
enableRateLimit: true,
|
||||
rateLimit: 333,
|
||||
enableRateLimit: false,
|
||||
})
|
||||
|
||||
if (verifyFiatSupport(fiatCode, tickerName)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue