Skip to content

Commit

Permalink
tweak request retry defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Mornini committed Feb 14, 2018
1 parent 90528d9 commit 812728d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 00-main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ func main() {
var prefix string
var skipTLSVerification bool

defaultHTTPRetryDelay, err := time.ParseDuration("250ms")
defaultMaxHTTPAttempts := 20
defaultHTTPRetryDelay, err := time.ParseDuration("1s")
defaultMaxHTTPAttempts := 180

if err != nil {
panic(err)
Expand Down

0 comments on commit 812728d

Please sign in to comment.