From 212b511bbeaa523b110d50ff4d09ee95a1c34e07 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 21 Oct 2022 06:44:25 +0200 Subject: [PATCH] Remove explicit rateLimit setting for freqAI config --- config_examples/config_freqai.example.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/config_examples/config_freqai.example.json b/config_examples/config_freqai.example.json index db8ae7181..5e564a1fc 100644 --- a/config_examples/config_freqai.example.json +++ b/config_examples/config_freqai.example.json @@ -18,13 +18,8 @@ "name": "binance", "key": "", "secret": "", - "ccxt_config": { - "enableRateLimit": true - }, - "ccxt_async_config": { - "enableRateLimit": true, - "rateLimit": 200 - }, + "ccxt_config": {}, + "ccxt_async_config": {}, "pair_whitelist": [ "1INCH/USDT", "ALGO/USDT"