logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: f463b7570e902ce0b87f8e103c04ba2854717f3a
parent bf9db784266b067c8d25f7f59989891251a6ab74
Author: anemone <anemoneya@icloud.com>
Date:   Thu, 23 Mar 2023 23:14:52 -0700

Set background worker timeout to 15 minutes

Diffstat:

Mlib/pleroma/workers/background_worker.ex2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/pleroma/workers/background_worker.ex b/lib/pleroma/workers/background_worker.ex @@ -45,5 +45,5 @@ defmodule Pleroma.Workers.BackgroundWorker do end @impl Oban.Worker - def timeout(_job), do: :timer.seconds(5) + def timeout(_job), do: :timer.seconds(900) end