forked from TrueCloudLab/certificates
Re-enable profiler.
This commit is contained in:
parent
623be4ef09
commit
401fc20e96
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ import (
|
||||||
"strconv"
|
"strconv"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
// Server profiler
|
||||||
|
_ "net/http/pprof"
|
||||||
|
|
||||||
"github.com/smallstep/certificates/authority"
|
"github.com/smallstep/certificates/authority"
|
||||||
"github.com/smallstep/certificates/commands"
|
"github.com/smallstep/certificates/commands"
|
||||||
"github.com/smallstep/cli/command"
|
"github.com/smallstep/cli/command"
|
||||||
|
|
Loading…
Reference in a new issue