mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-11-14 04:52:17 +00:00
Merge branch 'background-timeout' into 'develop'
Set background worker timeout to 15 minutes See merge request pleroma/pleroma!3857
This commit is contained in:
commit
9c53d1fe19
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue