Merge pull request #383 from weiss/fix-shutdown

Give temporary processes a little time to stop cleanly
This commit is contained in:
badlop 2015-01-07 11:42:22 +01:00
commit d24dc4e9c8
1 changed files with 1 additions and 1 deletions

View File

@ -36,4 +36,4 @@ init(Module) ->
{ok,
{{simple_one_for_one, 10, 1},
[{undefined, {Module, start_link, []}, temporary,
brutal_kill, worker, [Module]}]}}.
1000, worker, [Module]}]}}.