From 2dbd1520a37b9489bddb0afbe97e3f6927d0fad7 Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Thu, 23 Jan 2025 12:06:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=9D=E8=AF=95=EF=BC=9Ahttp://gitea.zjmod.x?= =?UTF-8?q?yz/phyer/core/issues/2#issue-2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configs/basicConfig.json | 3 +++ go.mod | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/configs/basicConfig.json b/configs/basicConfig.json index 829cb95..6011019 100644 --- a/configs/basicConfig.json +++ b/configs/basicConfig.json @@ -145,6 +145,9 @@ "index": 5, "description": "" }, + "sortedSet": { + "length": 3000 + }, "credential": { "secretKey": "D6D74DF9DD60A25BE2B27CA71D8F814D", "baseUrl": "aws.okx.com", diff --git a/go.mod b/go.mod index 29def2c..0061528 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ go 1.21 require ( github.com/go-redis/redis v6.15.9+incompatible - github.com/phyer/core v0.2.16 + github.com/phyer/core v0.2.17 github.com/sirupsen/logrus v1.9.3 )