From 3559e770f2342e76a1890809183b81dd93dcc8d6 Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Wed, 15 Jan 2025 01:39:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=BD=E8=B8=AAinsertPlate=E6=80=A7=E8=83=BD?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index bd00968..df6846d 100644 --- a/main.go +++ b/main.go @@ -224,10 +224,10 @@ func LoopAllCoinsList(mdura int, barPeriod string, rge int) { tmi := nw.UnixMilli() tmi = tmi - tmi%60000 tmi = tmi - (int64(ct) * minutes * 60000) - lm := "100" + lm := "20" // logrus.Info("instId: ", ary[i], " limit: ", lm, " onceCount:", onceCount) if lm == "0" { - lm = "100" + lm = "20" } restQ := core.RestQueue{ InstId: ary[i],