RateLimit should be enabled by default
This commit is contained in:
parent
7adfa0cfd9
commit
d5301b4d63
@ -113,7 +113,7 @@
|
|||||||
"password": "",
|
"password": "",
|
||||||
"ccxt_config": {"enableRateLimit": true},
|
"ccxt_config": {"enableRateLimit": true},
|
||||||
"ccxt_async_config": {
|
"ccxt_async_config": {
|
||||||
"enableRateLimit": false,
|
"enableRateLimit": true,
|
||||||
"rateLimit": 500,
|
"rateLimit": 500,
|
||||||
"aiohttp_trust_env": false
|
"aiohttp_trust_env": false
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user