From 63deadbd5d10f4462b97a2a5ae5e3423013159f4 Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Sun, 22 Dec 2024 23:13:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=8F=E5=B0=91=E7=AD=89=E5=BE=85=E6=97=B6?= =?UTF-8?q?=E9=95=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.go b/core.go index c441d42..7982b8c 100644 --- a/core.go +++ b/core.go @@ -108,7 +108,7 @@ func WriteLogProcess(cr *Core) { logrus.Info("start writelog: " + wg.Tag + " " + wg.Id) wg.Process(cr) }(wg) - time.Sleep(50 * time.Millisecond) + time.Sleep(5 * time.Millisecond) } }