We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd246e commit eb832fdCopy full SHA for eb832fd
loopd/daemon.go
@@ -577,6 +577,11 @@ func (d *Daemon) initialize(withMacaroonService bool) error {
577
staticLoopInManager *loopin.Manager
578
)
579
580
+ go func() {
581
+ infof("pprof listening on :6060")
582
+ http.ListenAndServe("localhost:6060", nil)
583
+ }()
584
+
585
// Static address manager setup.
586
staticAddressStore := address.NewSqlStore(baseDb)
587
addrCfg := &address.ManagerConfig{
0 commit comments