Remove explicit rateLimit setting for freqAI config

This commit is contained in:
Matthias 2022-10-21 06:44:25 +02:00
parent bd424a877b
commit 212b511bbe
1 changed files with 2 additions and 7 deletions

View File

@ -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"