Skip to content

Commit 6515d05

Browse files
committed
Fix folsom double-start issue
1 parent d3f4ff8 commit 6515d05

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/riak_core_stat_sup.erl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,8 @@ start_link() ->
4646
%% ===================================================================
4747

4848
init([]) ->
49+
%% Note that exometer_core starts folsom now, so it is not needed here
4950
Children = lists:flatten(
50-
[?CHILD(folsom_sup, supervisor),
51-
?CHILD(riak_core_stats_sup, supervisor)
52-
]),
51+
[?CHILD(riak_core_stats_sup, supervisor)]),
5352

5453
{ok, {{rest_for_one, 10, 10}, Children}}.

0 commit comments

Comments
 (0)