Skip to content

Commit

Permalink
we don't care if they die.
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Apr 14, 2012
1 parent 7970eb5 commit 3276dbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/couch_httpd/src/couch_httpd_sup.erl
Expand Up @@ -19,8 +19,8 @@

%% Helper macro for declaring children of supervisor
%% -define(CHILD(I, Type), {I, {I, start_link, []}, permanent, 5000, Type, [I]}).
-define(CHILD(I), {I, {I, start_link, []}, permanent, 5000, worker, [I]}).
-define(CHILD(I, M, A), {I, {M, start_link, A}, permanent, 5000, worker,
-define(CHILD(I), {I, {I, start_link, []}, permanent, brutal_kill, worker, [I]}).
-define(CHILD(I, M, A), {I, {M, start_link, A}, permanent, brutal_kill, worker,
[M]}).

start_link() ->
Expand Down

0 comments on commit 3276dbe

Please sign in to comment.