Skip to content
Snippets Groups Projects
Commit 07b0da5d authored by Cam Saul's avatar Cam Saul
Browse files

cleanup

parent e50e0550
Branches
Tags
No related merge requests found
......@@ -64,7 +64,7 @@
^Integer initial-delay-ms
;; For each subsequent failure past ATTEMPTS-THRESHOLD, increase the delay by
;; (num-attempts-over-theshold ^ DELAY-EXPONENT). e.g. if INITIAL-DELAY-MS is 15 and
;; DELAY-EXPONENT is 2, the first attempt past attempts-threshold will require the user to wait
;; DELAY-EXPONENT is 2, the first attempt past ATTEMPTS-THRESHOLD will require the user to wait
;; 15 seconds (15 * 1^2), the next attempt after that 60 seconds (15 * 2^2), then 135, and so on.
^Integer delay-exponent])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment