From fea6ac7c395320e277dfd0c7991686b92278b9a8 Mon Sep 17 00:00:00 2001 From: M09Ic Date: Mon, 6 Feb 2023 23:29:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=87=8D=E7=AD=96=E7=95=A5=E4=B8=8D?= =?UTF-8?q?=E5=86=8D=E4=BD=9C=E7=94=A8=E4=BA=8Eword,=20=E9=98=B2=E6=AD=A2?= =?UTF-8?q?=E5=86=85=E5=AD=98=E4=B8=AD=E7=BB=B4=E6=8A=A4=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E8=BF=87=E5=A4=A7=E7=9A=84map?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/pool.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/pool.go b/internal/pool.go index 85d8286..02de40e 100644 --- a/internal/pool.go +++ b/internal/pool.go @@ -196,7 +196,7 @@ Loop: } pool.waiter.Add(1) - pool.urls[w] = struct{}{} + //pool.urls[w] = struct{}{} pool.reqPool.Invoke(newUnitWithNumber(pool.safePath(w), WordSource, pool.wordOffset)) // 原样的目录拼接, 输入了几个"/"就是几个, 适配java的目录解析 case source := <-pool.checkCh: pool.Statistor.CheckNumber++