Do more jobs by default.

This commit is contained in:
lain 2018-03-13 18:33:08 +01:00
parent 0067c9d2be
commit 68aa9a2826
1 changed files with 1 additions and 1 deletions

View File

@ -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 ->