chainsync: add http debug

This commit is contained in:
Travis Person 2020-02-21 18:49:21 +00:00
parent 54315ce50f
commit ec50048a29

View File

@ -3,6 +3,7 @@ package main
import (
"fmt"
"net/http"
_ "net/http/pprof"
"os"
logging "github.com/ipfs/go-log/v2"