Skip to content

Commit

Permalink
fix: remove pinger count specify
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Aug 23, 2024
1 parent dd2ad3f commit e500042
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 e500042

Please sign in to comment.