forked from AkkomaGang/akkoma
Do more jobs by default.
This commit is contained in:
parent
0067c9d2be
commit
68aa9a2826
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ defmodule Pleroma.Web.Federator do
|
|||
@httpoison Application.get_env(:pleroma, :httpoison)
|
||||
@instance Application.get_env(:pleroma, :instance)
|
||||
@federating Keyword.get(@instance, :federating)
|
||||
@max_jobs 10
|
||||
@max_jobs 20
|
||||
|
||||
def start_link do
|
||||
spawn(fn ->
|
||||
|
|
Loading…
Reference in a new issue