Browse Source

conf: fix default pprof address

pull/442/head
aler9 4 years ago
parent
commit
4844f169f4
  1. 2
      internal/conf/conf.go

2
internal/conf/conf.go

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

Loading…
Cancel
Save