Skip to content

Commit 332d3e3

Browse files
reflogCopilot
andcommitted
Update services/http.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ecf1d50 commit 332d3e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/http.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const (
1616
)
1717

1818
// sender is a helper for sending post requests. If the request fails, sender calculates an
19-
// exponential backoff time using retryWaitSeconds and return it as the sleep time.
19+
// exponential backoff time using minRetryWait and return it as the sleep time.
2020
type sender struct {
2121
nextWait time.Duration
2222
}

0 commit comments

Comments
 (0)