From d5301b4d6316f822d387ae6d2947cec5a49e316f Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 23 Mar 2021 10:53:09 +0100 Subject: [PATCH] RateLimit should be enabled by default --- config_full.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_full.json.example b/config_full.json.example index 8366774c4..717797933 100644 --- a/config_full.json.example +++ b/config_full.json.example @@ -113,7 +113,7 @@ "password": "", "ccxt_config": {"enableRateLimit": true}, "ccxt_async_config": { - "enableRateLimit": false, + "enableRateLimit": true, "rateLimit": 500, "aiohttp_trust_env": false },