Increase shutdown time to 5 seconds

This commit is contained in:
Evgeny Khramtsov 2019-07-15 12:43:32 +03:00
parent 87b8344ede
commit a4e19b7108
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,
1000, worker, [Module]}]}}.
5000, worker, [Module]}]}}.