chore: remove unuse code
This commit is contained in:
parent
fc2ddc6349
commit
60677bc400
|
@ -49,7 +49,6 @@
|
||||||
<<"authorization">>,
|
<<"authorization">>,
|
||||||
<<"authentication">>,
|
<<"authentication">>,
|
||||||
<<"rpc">>,
|
<<"rpc">>,
|
||||||
<<"db">>,
|
|
||||||
<<"connectors">>,
|
<<"connectors">>,
|
||||||
<<"slow_subs">>,
|
<<"slow_subs">>,
|
||||||
<<"psk_authentication">>,
|
<<"psk_authentication">>,
|
||||||
|
|
|
@ -26,18 +26,6 @@ start_link() ->
|
||||||
supervisor:start_link({local, ?MODULE}, ?MODULE, []).
|
supervisor:start_link({local, ?MODULE}, ?MODULE, []).
|
||||||
|
|
||||||
init([]) ->
|
init([]) ->
|
||||||
%% TODO: Add monitor plugins change.
|
|
||||||
Monitor = emqx_plugins_monitor,
|
|
||||||
_Children = [
|
|
||||||
#{
|
|
||||||
id => Monitor,
|
|
||||||
start => {Monitor, start_link, []},
|
|
||||||
restart => permanent,
|
|
||||||
shutdown => brutal_kill,
|
|
||||||
type => worker,
|
|
||||||
modules => [Monitor]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
SupFlags =
|
SupFlags =
|
||||||
#{
|
#{
|
||||||
strategy => one_for_one,
|
strategy => one_for_one,
|
||||||
|
|
Loading…
Reference in New Issue