This commit is contained in:
@@ -25,6 +25,10 @@ init([]) ->
|
||||
start => {pg, start_link, []},
|
||||
restart => permanent,
|
||||
type => worker},
|
||||
#{id => pg_global,
|
||||
start => {pg, start_link, [global]},
|
||||
restart => permanent,
|
||||
type => worker},
|
||||
#{id => stats_collector,
|
||||
start => {stats_collector, start_link, []},
|
||||
restart => permanent,
|
||||
|
||||
Reference in New Issue
Block a user