fix(ft): use correct supervison strategy for emqx_ft_sup

This commit is contained in:
Ilya Averyanov 2023-02-08 23:41:33 +02:00
parent 9e4a37a398
commit bcfa22f343
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ start_link() ->
init([]) ->
SupFlags = #{
strategy => one_for_all,
strategy => one_for_one,
intensity => 100,
period => 10
},