Skip to content

Commit

Permalink
do not resume brleecher
Browse files Browse the repository at this point in the history
  • Loading branch information
nibty committed Feb 19, 2024
1 parent a8f9dbc commit 8ed03be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gossip/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ func (h *handler) snapsyncStageTick() {
h.brLeecher.Pause()
} else {
h.dagLeecher.Pause()
h.brLeecher.Resume()
//h.brLeecher.Resume()
}
}

Expand Down

0 comments on commit 8ed03be

Please sign in to comment.