From 07980c0c4aa522dcb489233333d453b329546d28 Mon Sep 17 00:00:00 2001 From: eson <9673575+githubcontent@user.noreply.gitee.com> Date: Tue, 14 Nov 2023 12:10:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=97=A5=E5=BF=97=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 2ab5c05..7aeee18 100644 --- a/main.go +++ b/main.go @@ -139,7 +139,7 @@ func StartNode(cfg *ConfigServer) { go func() { for DequeueHandler != nil { DequeueHandler.Notify(DequeueHandler.NULL) - time.Sleep(time.Second * 1) + time.Sleep(time.Millisecond * 100) } }()