We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf1d50 commit 332d3e3Copy full SHA for 332d3e3
services/http.go
@@ -16,7 +16,7 @@ const (
16
)
17
18
// 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.
+// exponential backoff time using minRetryWait and return it as the sleep time.
20
type sender struct {
21
nextWait time.Duration
22
}
0 commit comments