fix(ft): use correct supervison strategy for emqx_ft_sup
This commit is contained in:
parent
9e4a37a398
commit
bcfa22f343
|
@ -29,7 +29,7 @@ start_link() ->
|
|||
|
||||
init([]) ->
|
||||
SupFlags = #{
|
||||
strategy => one_for_all,
|
||||
strategy => one_for_one,
|
||||
intensity => 100,
|
||||
period => 10
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue