|
@ -27,7 +27,7 @@ start_link() -> |
|
|
%% type => worker(), % optional |
|
|
%% type => worker(), % optional |
|
|
%% modules => modules()} % optional |
|
|
%% modules => modules()} % optional |
|
|
init([]) -> |
|
|
init([]) -> |
|
|
SupFlags = #{strategy => one_for_all |
|
|
|
|
|
|
|
|
SupFlags = #{strategy => one_for_all, |
|
|
intensity => 0, |
|
|
intensity => 0, |
|
|
period => 1}, |
|
|
period => 1}, |
|
|
ChildSpecs = [], |
|
|
ChildSpecs = [], |
|
|