24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-14 22:00:16 +02:00

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

View File

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