use default child_specs

This commit is contained in:
stwf 2019-08-14 11:55:17 -04:00
commit 51bdf0cab6
13 changed files with 73 additions and 143 deletions

View file

@ -18,7 +18,7 @@ defmodule Pleroma.Web.Streamer do
@keepalive_interval :timer.seconds(30)
def start_link do
def start_link(_) do
GenServer.start_link(__MODULE__, %{}, name: __MODULE__)
end