summaryrefslogtreecommitdiff
path: root/lib/lsg
diff options
context:
space:
mode:
authorhref <href@random.sh>2020-03-11 21:18:34 +0100
committerhref <href@random.sh>2020-03-11 21:18:34 +0100
commita28d24470ddeca6196219a1333c1ccac1319efef (patch)
tree4f29e3c8fb6afbb1f99d6b8737f844c95fca54df /lib/lsg
parentup to 420*100 (diff)
welp
Diffstat (limited to 'lib/lsg')
-rw-r--r--lib/lsg/application.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lsg/application.ex b/lib/lsg/application.ex
index cc4c120..8ee8aa2 100644
--- a/lib/lsg/application.ex
+++ b/lib/lsg/application.ex
@@ -14,7 +14,7 @@ defmodule LSG.Application do
# worker(LSG.Worker, [arg1, arg2, arg3]),
worker(Registry, [[keys: :duplicate, name: LSG.BroadcastRegistry]], id: :registry_broadcast),
worker(LSG.IcecastAgent, []),
- worker(LSG.Icecast, []),
+ #worker(LSG.Icecast, []),
] ++ LSG.IRC.application_childs
# See https://hexdocs.pm/elixir/Supervisor.html