diff options
author | href <href@random.sh> | 2018-05-02 19:03:35 +0200 |
---|---|---|
committer | href <href@random.sh> | 2018-05-02 19:04:28 +0200 |
commit | a47dc245808921309f58e8b1c4b6fa028b2df073 (patch) | |
tree | 1842d413f2a43d3759b439417f053052b878a1f7 /lib/lsg/application.ex | |
parent | … (diff) |
meh
Diffstat (limited to 'lib/lsg/application.ex')
-rw-r--r-- | lib/lsg/application.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lsg/application.ex b/lib/lsg/application.ex index 23db221..cc4c120 100644 --- a/lib/lsg/application.ex +++ b/lib/lsg/application.ex @@ -12,7 +12,7 @@ defmodule LSG.Application do supervisor(LSGWeb.Endpoint, []), # Start your own worker by calling: LSG.Worker.start_link(arg1, arg2, arg3) # worker(LSG.Worker, [arg1, arg2, arg3]), - worker(Registry, [[keys: :duplicate, name: LSG.BroadcastRegistry]]), + worker(Registry, [[keys: :duplicate, name: LSG.BroadcastRegistry]], id: :registry_broadcast), worker(LSG.IcecastAgent, []), worker(LSG.Icecast, []), ] ++ LSG.IRC.application_childs |