Skip to content

Commit

Permalink
te
Browse files Browse the repository at this point in the history
  • Loading branch information
Djadih committed Jun 10, 2024
1 parent 3add3f0 commit 226bcb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion p2p/node/stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ func (p *P2PNode) statsLoop() {
}
}()
ticker := time.NewTicker(30 * time.Second)
for {
select {
case <-ticker.C:
peersConnected := p.connectionStats()
Expand Down

0 comments on commit 226bcb0

Please sign in to comment.