Skip to content

Commit

Permalink
Improve retry count description
Browse files Browse the repository at this point in the history
Co-authored-by: Ignacio Gómez <[email protected]>
  • Loading branch information
PierreF and iegomez committed Mar 5, 2021
1 parent ca6e9d8 commit c619a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ backend may be behind a load-balancer (like HTTP backend) and one instance may f
auth_opt_retry_count 2
```

The above example will do up to 2 retry (3 call in total) if backend had an error.
The above example will do up to 2 retries (3 calls in total considering the original one) if the responsible backend had an error or was down while performing the check.

#### Prefixes

Expand Down

0 comments on commit c619a88

Please sign in to comment.