forked from External/mediamtx
conf: fix default pprof address
This commit is contained in:
parent
9bab230e0d
commit
4844f169f4
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ func (conf *Conf) fillAndCheck() error {
|
|||
}
|
||||
|
||||
if conf.PPROFAddress == "" {
|
||||
conf.MetricsAddress = ":9999"
|
||||
conf.PPROFAddress = ":9999"
|
||||
}
|
||||
|
||||
if len(conf.Protocols) == 0 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue