Skip to content

Commit

Permalink
Merge pull request #375 from milmazz/fix/broken-link
Browse files Browse the repository at this point in the history
fix broken link on fuse description
  • Loading branch information
teamon authored Apr 16, 2020
2 parents 02e42e6 + e388e47 commit 0309f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tesla/middleware/fuse.ex
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if Code.ensure_loaded?(:fuse) do

@behaviour Tesla.Middleware

# options borrowed from http://blog.rokkincat.com/circuit-breakers-in-elixir/
# options borrowed from https://rokkincat.com/blog/2015-09-24-circuit-breakers-in-elixir/
# most probably not valid for your use case
@defaults {{:standard, 2, 10_000}, {:reset, 60_000}}

Expand Down

0 comments on commit 0309f35

Please sign in to comment.