Skip to content

Commit

Permalink
Merge pull request #5 from jaydoane/improve-restart-strategy
Browse files Browse the repository at this point in the history
Improve restart strategy
  • Loading branch information
rnewson authored May 30, 2017
2 parents 5b31b0d + 80d4a64 commit 094489f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jwtf_sup.erl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ init([]) ->
{ets_lru, start_link, [jwks_cache_lru, lru_opts()]},
permanent, 5000, worker, [ets_lru]}
],
{ok, { {one_for_all, 0, 1}, Children} }.
{ok, { {one_for_all, 5, 10}, Children} }.

%%====================================================================
%% Internal functions
Expand Down

0 comments on commit 094489f

Please sign in to comment.