From 137cc48768c69d6ab27ff3d65c4ff1ccf54c4281 Mon Sep 17 00:00:00 2001 From: Maxim Fedorov Date: Thu, 9 May 2019 22:06:52 -0700 Subject: supervisor template: add missing comma --- priv/templates/sup.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'priv/templates/sup.erl') 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 = [], -- cgit v1.1