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] :
|
||||||
tickerObjects[tickerName] = new ccxt[tickerName]({
|
tickerObjects[tickerName] = new ccxt[tickerName]({
|
||||||
timeout: 3000,
|
timeout: 3000,
|
||||||
enableRateLimit: true,
|
enableRateLimit: false,
|
||||||
rateLimit: 333,
|
|
||||||
})
|
})
|
||||||
|
|
||||||
if (verifyFiatSupport(fiatCode, tickerName)) {
|
if (verifyFiatSupport(fiatCode, tickerName)) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue