More warning fixes.
This commit is contained in:
parent
a9baf955fa
commit
ffe028cd73
6 changed files with 15 additions and 7 deletions
|
|
@ -14,6 +14,10 @@ defmodule Pleroma.Web.Federator do
|
|||
@federating Keyword.get(@instance, :federating)
|
||||
@max_jobs 20
|
||||
|
||||
def init(args) do
|
||||
{:ok, args}
|
||||
end
|
||||
|
||||
def start_link do
|
||||
spawn(fn ->
|
||||
# 1 minute
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue