mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 02:05:12 +00:00
Do more jobs by default.
This commit is contained in:
parent
0067c9d2be
commit
68aa9a2826
|
@ -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