Skip to content

Commit

Permalink
Merge pull request #14 from johnmanjiro13/fix-readme
Browse files Browse the repository at this point in the history
chore: Update README
  • Loading branch information
johnmanjiro13 authored Jan 19, 2023
2 parents d991ae0 + 743fed3 commit b246df2
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 @@ -74,7 +74,7 @@ Set the timeout value of `std::time::Duration` to connect to the destination. Th
### retry_wait

Set the duration of the initial wait for the first retry, in milliseconds.
The actual retry wait will be r * 1.5^(N-1) (r: this value, N: the number of retries).
The actual retry wait will be `r * 1.5^(N-1)` (r: this value, N: the number of retries).
The default is 500.

### max_retry
Expand Down

0 comments on commit b246df2

Please sign in to comment.