From efb466aa4158f6ebbab6f36abfd95c60ae742a2f Mon Sep 17 00:00:00 2001 From: lwch Date: Tue, 9 Aug 2022 17:21:28 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=8D=E4=BD=8E=E9=87=8D=E8=BF=9E=E9=97=B4?= =?UTF-8?q?=E9=9A=94=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.go b/app.go index 67a743b..9be4ec4 100644 --- a/app.go +++ b/app.go @@ -66,8 +66,8 @@ func (app *app) start() { if i > 1 { time.Sleep(nextSleep) nextSleep <<= 1 - if nextSleep > 10*time.Second { - nextSleep = 10 * time.Second + if nextSleep > 5*time.Second { + nextSleep = 5 * time.Second } }