Browse Source

wip:删除调试

wangkaiyue 2 năm trước cách đây
mục cha
commit
eb91c9783d
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      internal/service/manager.go

+ 0 - 1
internal/service/manager.go

@@ -94,7 +94,6 @@ func (epm *esProxyManager) GetProxy(ctx context.Context, queryLevel int) (*httpu
 // Release 归还链接池
 func (epm *esProxyManager) Release(ctx context.Context, queryLevel int) {
 	go func() {
-		time.Sleep(time.Second * 10)
 		epm.getPool(queryLevel) <- struct{}{}
 	}()
 }