Explorar el Código

update

master
DengBiao hace 1 año
padre
commit
fd82d7e4be
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. +1
    -2
      cmd/business/main.go

+ 1
- 2
cmd/business/main.go Ver fichero

@@ -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)
}()


Cargando…
Cancelar
Guardar