Skip to content

Commit

Permalink
Merge pull request #145 from basho-labs/ack-sup-restarts
Browse files Browse the repository at this point in the history
Change restart behavior to temporary for explorer spec
  • Loading branch information
travisbhartwell authored Aug 26, 2016
2 parents 14ee5d8 + 3c9abac commit e87baaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riak_control_sup.erl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ init([]) ->
[riak_control_session]},
ExplorerSpec = {riak_explorer,
{riak_explorer, start, [[]]},
permanent, 5000, worker, [riak_explorer]},
temporary, 5000, worker, [riak_explorer]},

%% determine if riak_control is enabled or not
case app_helper:get_env(riak_control, enabled, false) of
Expand Down

0 comments on commit e87baaf

Please sign in to comment.