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 (
"context"
"net/http"
_ "net/http/pprof"
"os"
"os/signal"
"syscall"