From 7aa2cbd0f5cced5b45f7db6f2ecc59865d7a775d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Sun, 17 Apr 2022 20:09:05 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=B9=E4=B8=BA=E5=B9=B6=E8=A1=8C?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index b3f82e2..0f9c0c6 100644 --- a/main.go +++ b/main.go @@ -53,7 +53,6 @@ func main() { break } fmt.Println("accqiring set lock, retry times:", i) - process.SleepAbout1sTo2s() } var wg sync.WaitGroup wg.Add(len(files))