1
0
Fork 0
forked from External/mediamtx

conf: fix default pprof address

This commit is contained in:
aler9 2021-05-09 17:27:52 +02:00
parent 9bab230e0d
commit 4844f169f4

View file

@ -149,7 +149,7 @@ func (conf *Conf) fillAndCheck() error {
}
if conf.PPROFAddress == "" {
conf.MetricsAddress = ":9999"
conf.PPROFAddress = ":9999"
}
if len(conf.Protocols) == 0 {