logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 1d417d2a364eb8ae2035275927f6284951fe128b
parent 97cf78f63d312d0475ac8908d0b093cb5eff18d5
Author: Mark Felder <feld@feld.me>
Date:   Fri,  8 Dec 2023 21:49:25 -0500

Our version of Oban only supports priorities 0-3

Diffstat:

Mlib/pleroma/web/federator.ex2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/pleroma/web/federator.ex b/lib/pleroma/web/federator.ex @@ -39,7 +39,7 @@ defmodule Pleroma.Web.Federator do ReceiverWorker.enqueue( "incoming_ap_doc", %{"req_headers" => req_headers, "params" => params, "timeout" => :timer.seconds(20)}, - priority: 5 + priority: 2 ) end