summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/pleroma/workers/backup_worker.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/workers/backup_worker.ex b/lib/pleroma/workers/backup_worker.ex
index fb366de4a..1791c558d 100644
--- a/lib/pleroma/workers/backup_worker.ex
+++ b/lib/pleroma/workers/backup_worker.ex
@@ -32,7 +32,7 @@ defmodule Pleroma.Workers.BackupWorker do
end
@impl Oban.Worker
- def timeout(_job), do: :timer.minutes(5)
+ def timeout(_job), do: :timer.minutes(30)
defp has_email?(user) do
not is_nil(user.email) and user.email != ""