Skip to content
This repository has been archived by the owner on Jul 1, 2018. It is now read-only.

Commit

Permalink
This worker is transient
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando 'Brujo' Benavides committed Sep 14, 2011
1 parent 07e1dfe commit 69476c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/match_stream_user_sup.erl
Expand Up @@ -31,4 +31,4 @@ start_user(User) ->
init([]) ->
{ok, {{simple_one_for_one, 100, 1},
[{match_stream_user, {match_stream_user, start_link, []},
temporary, brutal_kill, worker, [match_stream_user]}]}}.
transient, brutal_kill, worker, [match_stream_user]}]}}.

0 comments on commit 69476c7

Please sign in to comment.