Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
JKme committed Oct 9, 2021
1 parent 50c37a7 commit 8c7cc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/checkIP.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func checkUDP(addr IpAddr) (bool, IpAddr) {
//https://github.com/bronzdoc/gops
//alive := true
log.Debugf("Port connect check: %s:%s", addr.Ip, addr.Port)
time.Sleep(time.Millisecond * 100)
time.Sleep(time.Millisecond * 10)

return true, addr
}
Expand Down

0 comments on commit 8c7cc90

Please sign in to comment.