Add pprof server to storage miner

This commit is contained in:
whyrusleeping 2019-10-05 10:08:55 -06:00
parent 1ea23da756
commit e17fc950b3

View File

@ -3,6 +3,7 @@ package main
import ( import (
"context" "context"
"net/http" "net/http"
_ "net/http/pprof"
"os" "os"
"os/signal" "os/signal"
"syscall" "syscall"