feat(backend): disabled pprof in http service

This commit is contained in:
Alexander Zavorotynskiy 2022-07-05 10:32:27 +02:00
parent e437171042
commit 2cbae85214

View file

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