Skip to content

Commit c8a3832

Browse files
vililahtevanojasnowiow
authored andcommitted
update documentation to describe the backoff
1 parent db1c2b5 commit c8a3832

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ The only required input is `project-name`.
6565
When API rate-limiting is hit the back-off time, augmented with jitter, will be
6666
added to the next update interval.
6767
E.g. with update interval of 30 and back-off time of 15, upon hitting the rate-limit
68-
the next interval for the update call will be 30 + random*between(0, 15 * 2 \*\* 0))
68+
the next interval for the update call will be 30 + random_between(0, 15 _ 2 \*\* 0))
6969
seconds and if the rate-limit is hit again the next interval will be
70-
30 + random*between(0, 15 * 2 \*\* 1) and so on.
70+
30 + random_between(0, 15 _ 2 \*\* 1) and so on.
7171

7272
The default value is 15.
7373

0 commit comments

Comments
 (0)