fix pprof port

This commit is contained in:
aler9 2020-08-31 16:01:35 +02:00
parent b59c5066d1
commit c80dcfd7dd
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import (
)
const (
pprofAddress = ":9998"
pprofAddress = ":9999"
)
type pprof struct {