Skip to content

Commit

Permalink
Merge pull request #61 from irccloud/increase-supervisor-tolerance
Browse files Browse the repository at this point in the history
Increase hackney_sup supervisor restart tolerance
  • Loading branch information
benoitc committed Jan 25, 2016
2 parents d6676c6 + 13ebaab commit 4517249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hackney_sup.erl
Expand Up @@ -40,4 +40,4 @@ init([]) ->

Manager = ?CHILD(hackney_manager, worker),

{ok, { {one_for_one, 10, 1}, [Manager]}}.
{ok, { {one_for_one, 10000, 1}, [Manager]}}.

0 comments on commit 4517249

Please sign in to comment.