mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Increase shutdown time to 5 seconds
This commit is contained in:
parent
87b8344ede
commit
a4e19b7108
@ -36,4 +36,4 @@ init(Module) ->
|
||||
{ok,
|
||||
{{simple_one_for_one, 10, 1},
|
||||
[{undefined, {Module, start_link, []}, temporary,
|
||||
1000, worker, [Module]}]}}.
|
||||
5000, worker, [Module]}]}}.
|
||||
|
Loading…
Reference in New Issue
Block a user