Refactoring of Application module

This commit is contained in:
miffigriffi
2019-09-16 01:13:20 +02:00
parent f6800665e7
commit 6372599493
6 changed files with 79 additions and 103 deletions

View File

@@ -23,7 +23,7 @@ defmodule Mobilizon.Service.Federator do
{:ok, args}
end
def start_link do
def start_link(_) do
spawn(fn ->
# 1 minute
Process.sleep(1000 * 60)