mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-24 20:11:56 -08:00
fix pprof port
This commit is contained in:
parent
b59c5066d1
commit
c80dcfd7dd
1 changed files with 1 additions and 1 deletions
2
pprof.go
2
pprof.go
|
|
@ -8,7 +8,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
pprofAddress = ":9998"
|
||||
pprofAddress = ":9999"
|
||||
)
|
||||
|
||||
type pprof struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue