mirror of
https://github.com/valitydev/snowflake.git
synced 2024-11-06 17:15:20 +00:00
* src/snowflake_sup.erl: Added the supervisor call.
This commit is contained in:
parent
c52df0a568
commit
64d61c2638
@ -24,5 +24,5 @@ start_link() ->
|
||||
%% ===================================================================
|
||||
|
||||
init([]) ->
|
||||
{ok, { {one_for_one, 5, 10}, []} }.
|
||||
{ok, { {one_for_one, 5, 10}, [?CHILD(snowflake, worker)]} }.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user