Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YukiMatsumura authored Mar 5, 2018
1 parent 85db744 commit 44ff68b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ public BinaryExponentialAlgorithm(long interval, long maxInterval, double range)

### Random interval backoff

![low = lowInterval * lowMultiplier ^{RetryCount - 1}](https://latex.codecogs.com/svg.latex?\large&space;low&space;=&space;lowInterval&space;*&space;lowMultiplier&space;^{RetryCount&space;-&space;1})
![high = highInterval * highMultiplier ^{RetryCount - 1}](https://latex.codecogs.com/svg.latex?\large&space;high&space;=&space;highInterval&space;*&space;highMultiplier&space;^{RetryCount&space;-&space;1})
![low = lowInterval * lowMultiplier ^{RetryCount - 1}](https://latex.codecogs.com/svg.latex?\large&space;low&space;=&space;lowInterval&space;*&space;lowMultiplier&space;^{RetryCount&space;-&space;1})
![high = highInterval * highMultiplier ^{RetryCount - 1}](https://latex.codecogs.com/svg.latex?\large&space;high&space;=&space;highInterval&space;*&space;highMultiplier&space;^{RetryCount&space;-&space;1})
![interval = Rand(low..high](https://latex.codecogs.com/svg.latex?\large&space;interval&space;=&space;Rand[low..high])

| *hMultiplier = 3.0* | 1st retry | 2nd retry | 3rd retry |
Expand Down Expand Up @@ -201,4 +201,4 @@ retrofit.webapi()

## License

Copyright 2017 Matsumura Yuki. Licensed under the Apache License, Version 2.0;
Copyright 2017 Matsumura Yuki. Licensed under the Apache License, Version 2.0;

0 comments on commit 44ff68b

Please sign in to comment.