Comparing version 0.0.6-5 to 0.0.6-6
{ | ||
"name": "re", | ||
"description": "Do it again, after a bit.", | ||
"version": "0.0.6-5", | ||
"version": "0.0.6-6", | ||
"main": "./lib/re", | ||
@@ -6,0 +6,0 @@ "keywords": ["utility", "retry", "exponential backoff", "linear backoff"], |
@@ -113,2 +113,2 @@ # Re | ||
You can use it to calculate the exact value you need for the `base` option so that all | ||
retry intervals sum to a desired amount. [Wolfram Alpha](http://www.wolframalpha.com/input/?i=Sum%5B100*x%5Ek%2C+%7Bk%2C+0%2C+9%7D%5D+%3D+30+*+1000). | ||
retry intervals sum to a desired amount: [Wolfram Alpha](http://www.wolframalpha.com/input/?i=Sum%5B100*x%5Ek%2C+%7Bk%2C+0%2C+9%7D%5D+%3D+30+*+1000). |