Skip to content

Commit

Permalink
more troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
techBeck03 committed Mar 7, 2023
1 parent c62136b commit 2b87d11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions range.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ func (c *Client) CreateSequentialRange(rangeObject *Range, query AddressQuery) e
verified = false
time.Sleep(2 * time.Second)
retryCount++
log.Printf("An error occurred creating range: %s", err)
prettyPrint(rangeObject)
} else {
log.Println("Pausing for race condition checks")
time.Sleep(1 * time.Second)
Expand Down

0 comments on commit 2b87d11

Please sign in to comment.