From bb64aaa6699b3cd62a43517d8ee298f2c5f7a4d4 Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Tue, 3 Feb 2026 01:14:54 +0800 Subject: [PATCH] rate limit to 1000 --- config_examples/live.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_examples/live.json b/config_examples/live.json index 0fc76399..7bc35872 100644 --- a/config_examples/live.json +++ b/config_examples/live.json @@ -7,7 +7,7 @@ "enable_ws": false, "ccxt_config": { "enableRateLimit": true, - "rateLimit": 500, + "rateLimit": 1000, "options": { "defaultType": "spot" }