Skip to content

Commit

Permalink
fix: remove pinger count option (#2218)
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai authored Aug 23, 2024
1 parent e263307 commit dc56667
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion node/pkg/checker/ping/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ func New(opts ...AppOption) (*App, error) {
}

pinger.Timeout = DefaultPingerTimeout
pinger.Count = 0
pinger.SetPrivileged(true)

pinger.OnRecv = func(pkt *probing.Packet) {
Expand Down

0 comments on commit dc56667

Please sign in to comment.