From 5c1bdcf6df3fc219047b802803715c13b80a32d3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 1 Nov 2025 18:59:36 +0100 Subject: [PATCH] chore: refine configuration template MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- ReforceXY/user_data/config-template.json | 4 ++-- quickadapter/user_data/config-template.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ReforceXY/user_data/config-template.json b/ReforceXY/user_data/config-template.json index 6cb3c53..9faedfc 100644 --- a/ReforceXY/user_data/config-template.json +++ b/ReforceXY/user_data/config-template.json @@ -46,11 +46,11 @@ "privateKey": "", "ccxt_config": { "enableRateLimit": true, - "rateLimit": 60 + // "rateLimit": 60 }, "ccxt_async_config": { "enableRateLimit": true, - "rateLimit": 60 + // "rateLimit": 60 }, // Spot top 5 "pair_whitelist": [ diff --git a/quickadapter/user_data/config-template.json b/quickadapter/user_data/config-template.json index b1b24d8..f9cf594 100644 --- a/quickadapter/user_data/config-template.json +++ b/quickadapter/user_data/config-template.json @@ -45,11 +45,11 @@ "privateKey": "", "ccxt_config": { "enableRateLimit": true, - "rateLimit": 60 + // "rateLimit": 60 }, "ccxt_async_config": { "enableRateLimit": true, - "rateLimit": 60 + // "rateLimit": 60 }, // Spot top 5 "pair_whitelist": [ -- 2.43.0