Skip to content

Commit

Permalink
Remove extraneous supervisor, and supservide directly from riak_core_…
Browse files Browse the repository at this point in the history
…sup.
  • Loading branch information
buddhisthead committed Nov 14, 2013
1 parent f4f4a81 commit 534523c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 48 deletions.
47 changes: 0 additions & 47 deletions src/riak_core_bg_manager_sup.erl

This file was deleted.

2 changes: 1 addition & 1 deletion src/riak_core_sup.erl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ init([]) ->
?CHILD(riak_core_claimant, worker),
?CHILD(riak_core_stat_sup, supervisor),
?CHILD(riak_core_table_manager, worker, 5000, [?TBL_MGR_ARGS]),
?CHILD(riak_core_bg_manager_sup, supervisor)
?CHILD(riak_core_bg_manager, supervisor)
]),

{ok, {{one_for_one, 10, 10}, Children}}.

0 comments on commit 534523c

Please sign in to comment.