Remove pprof endpoint exposure
This commit is contained in:
parent
8bf36e8bf2
commit
5f71e04b41
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ func Setup(opts *cnf.Options) (err error) {
|
|||
s := fibre.Server()
|
||||
|
||||
routes(s)
|
||||
s.Pprof()
|
||||
s.SetName("web")
|
||||
s.SetIdleTimeout("5s")
|
||||
s.SetReadTimeout("30s")
|
||||
|
|
Loading…
Reference in a new issue