Skip to content
Snippets Groups Projects
Unverified Commit f208bb0a authored by Dave's avatar Dave Committed by GitHub
Browse files

Fix: Update pprof port (#244)

Since both Hornet and Goshimmer might be running on the same machine, update the port so that we can get debug information for both.
parent 203aec45
Branches
Tags
No related merge requests found
...@@ -31,7 +31,7 @@ import ( ...@@ -31,7 +31,7 @@ import (
func main() { func main() {
cli.LoadConfig() cli.LoadConfig()
go http.ListenAndServe("localhost:6060", nil) // pprof Server for Debbuging Mutexes go http.ListenAndServe("localhost:6061", nil) // pprof Server for Debbuging Mutexes
node.Run( node.Run(
node.Plugins( node.Plugins(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment