Skip to content

Commit

Permalink
WHISTLE-1653: start the FSM instead of the proc_lib-based compactor
Browse files Browse the repository at this point in the history
  • Loading branch information
James Aimonetti committed Sep 26, 2012
1 parent 9a75125 commit 6408fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/whistle_couch-1.0.0/src/whistle_couch_sup.erl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
,{couch_config, worker}
,{couch_mgr, worker}
,{change_mgr_sup, supervisor}
,{couch_compactor, worker}
,{couch_compactor_fsm, worker}
]).

%% ===================================================================
Expand Down

0 comments on commit 6408fb4

Please sign in to comment.