summaryrefslogtreecommitdiff
path: root/priv/templates
diff options
context:
space:
mode:
Diffstat (limited to 'priv/templates')
-rw-r--r--priv/templates/sup.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/sup.erl b/priv/templates/sup.erl
index c7d546b..42f5511 100644
--- a/priv/templates/sup.erl
+++ b/priv/templates/sup.erl
@@ -27,7 +27,7 @@ start_link() ->
%% type => worker(), % optional
%% modules => modules()} % optional
init([]) ->
- SupFlags = #{strategy => one_for_all
+ SupFlags = #{strategy => one_for_all,
intensity => 0,
period => 1},
ChildSpecs = [],