mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-28 16:34:13 +01:00
Merge pull request #383 from weiss/fix-shutdown
Give temporary processes a little time to stop cleanly
This commit is contained in:
commit
d24dc4e9c8
@ -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]}]}}.
|
||||||
|
Loading…
Reference in New Issue
Block a user