refactor: disable CCXT's rate limitting

This commit is contained in:
André Sá 2022-04-19 14:20:09 +01:00
parent 6c2c6353aa
commit 396e7058f5

View file

@ -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)) {