Skip to content

Commit

Permalink
fix the retry issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyYe committed Oct 13, 2023
1 parent 0f25fde commit f91f205
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/lib/ip_helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ func (helper *IPHelper) getIPOnline() string {

if err != nil {
log.Error("Cannot get IP:", err)
time.Sleep(time.Millisecond * 300)
continue
}

Expand Down

0 comments on commit f91f205

Please sign in to comment.