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

clearer comments

parent 8deaf190
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@
;; they're allowed to try to login again (e.g., 15 seconds). This number will increase exponentially as the number of
;; recent failures increases (e.g., 40 seconds for 5 failed attempts, 90 for 6 failed attempts, etc).
;;
;; If applicable, Calucate the time since the last failed attempt, and throw an exception telling the user the number of seconds they
;; If applicable, calucate the time since the last failed attempt, and throw an exception telling the user the number of seconds they
;; must wait before trying again.
(def ^:private ^:const failed-login-attempts-initial-delay-seconds
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment