From fd82d7e4be5e3c632f2ead98cac2d569d0759865 Mon Sep 17 00:00:00 2001 From: DengBiao <2319963317@qq.com> Date: Mon, 5 Dec 2022 19:40:33 +0800 Subject: [PATCH] update --- cmd/business/main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmd/business/main.go b/cmd/business/main.go index f61d13e..641d0f7 100644 --- a/cmd/business/main.go +++ b/cmd/business/main.go @@ -13,7 +13,6 @@ import ( _ "net/http/pprof" "os" "os/signal" - "runtime" "syscall" "go.uber.org/zap" @@ -34,7 +33,7 @@ func main() { server.GracefulStop() }() - runtime.SetBlockProfileRate(1) + //runtime.SetBlockProfileRate(1) go func() { http.ListenAndServe(":10001", nil) }()