Skip to content

Commit

Permalink
feat(Skate.WarmUp): Increase number of attempts (#2153)
Browse files Browse the repository at this point in the history
  • Loading branch information
KaylaBrady authored Jul 26, 2023
1 parent 5351d8d commit a9c1d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ config :skate, Skate.Repo,

config :skate, Skate.WarmUp,
minimum_percent_queries_to_succeed: 0.6,
max_attempts: 3,
max_attempts: 5,
seconds_between_attempts: 3

config :laboratory,
Expand Down

0 comments on commit a9c1d92

Please sign in to comment.