feat(backend): disabled pprof in http service
This commit is contained in:
parent
e437171042
commit
2cbae85214
1 changed files with 0 additions and 2 deletions
|
|
@ -13,7 +13,6 @@ import (
|
|||
|
||||
"openreplay/backend/pkg/db/cache"
|
||||
"openreplay/backend/pkg/db/postgres"
|
||||
"openreplay/backend/pkg/pprof"
|
||||
"openreplay/backend/pkg/queue"
|
||||
)
|
||||
|
||||
|
|
@ -21,7 +20,6 @@ func main() {
|
|||
metrics := monitoring.New("http")
|
||||
|
||||
log.SetFlags(log.LstdFlags | log.LUTC | log.Llongfile)
|
||||
pprof.StartProfilingServer()
|
||||
|
||||
cfg := http.New()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue