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

bump attempts threshold to 10

parent 86b0e0ab
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@
(def ^:private ^:const throttler-defaults
{:initial-delay-ms (* 15 1000)
:attempts-threshold 5
:attempts-threshold 10
:delay-exponent 1.5
:attempt-ttl-ms (* 1000 60 60)})
......
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