diff --git a/lib/plugins/ticker/ccxt.js b/lib/plugins/ticker/ccxt.js index 154d7eb4..410b24fa 100644 --- a/lib/plugins/ticker/ccxt.js +++ b/lib/plugins/ticker/ccxt.js @@ -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)) {