mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Remove explicit rateLimit setting for freqAI config
This commit is contained in:
parent
bd424a877b
commit
212b511bbe
|
@ -18,13 +18,8 @@
|
||||||
"name": "binance",
|
"name": "binance",
|
||||||
"key": "",
|
"key": "",
|
||||||
"secret": "",
|
"secret": "",
|
||||||
"ccxt_config": {
|
"ccxt_config": {},
|
||||||
"enableRateLimit": true
|
"ccxt_async_config": {},
|
||||||
},
|
|
||||||
"ccxt_async_config": {
|
|
||||||
"enableRateLimit": true,
|
|
||||||
"rateLimit": 200
|
|
||||||
},
|
|
||||||
"pair_whitelist": [
|
"pair_whitelist": [
|
||||||
"1INCH/USDT",
|
"1INCH/USDT",
|
||||||
"ALGO/USDT"
|
"ALGO/USDT"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user