Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
disq committed Jun 16, 2022
1 parent a4742b7 commit 0e3a97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func (c Config) Example() string {
# The maximum number of times that a request will be retried for failures. Defaults to 10 retry attempts.
# max_retries: 10
# The maximum back off delay between attempts. The backoff delays exponentially with a jitter based on the number of attempts. Defaults to 30 seconds.
// max_backoff: 30
# max_backoff: 30
`
}
}
Expand Down

0 comments on commit 0e3a97b

Please sign in to comment.