Skip to content

Commit

Permalink
Start folsom app separately
Browse files Browse the repository at this point in the history
  • Loading branch information
loucash committed Jan 19, 2015
1 parent 03ae370 commit 7e96e0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/riak_core.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
basho_stats,
eleveldb,
pbkdf2,
poolboy
poolboy,
folsom
]},
{mod, {riak_core_app, []}},
{env, [
Expand Down
3 changes: 1 addition & 2 deletions src/riak_core_stat_sup.erl
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ start_link() ->

init([]) ->
Children = lists:flatten(
[?CHILD(folsom_sup, supervisor),
?CHILD(riak_core_stats_sup, supervisor),
[?CHILD(riak_core_stats_sup, supervisor),
?CHILD(riak_core_stat_calc_sup, supervisor)
]),

Expand Down

0 comments on commit 7e96e0b

Please sign in to comment.