diff --git a/src/core/supervisor_specs_constructor.erl b/src/core/supervisor_specs_constructor.erl index be9327f..9b8e3fe 100644 --- a/src/core/supervisor_specs_constructor.erl +++ b/src/core/supervisor_specs_constructor.erl @@ -20,9 +20,8 @@ convert_sup_specs_from_grouped_dependencies({Strategy, Children} = SupervisionTr #{name => maps:get(SupervisionTree, Names), sup_flags => #{strategy => Strategy, - % TODO: Give the debug information only when running the benchmark to measure the time to restart gen_servers - intensity => 1000, - period => 1}, + intensity => 1, + period => 5}, child_specs => lists:map(fun(Child) -> create_child_spec(Child, Names) end, Children)}, lists:foldl(fun(Child, A) -> convert_sup_specs_from_grouped_dependencies(Child, Names, A) end,