Disable timeouts for object pruning query

stable
rinpatch 5 years ago
parent 83ca12f45e
commit 54e10a3e55

@ -107,7 +107,7 @@ defmodule Mix.Tasks.Pleroma.Database do
where: where:
fragment("split_part(?->>'actor', '/', 3) != ?", o.data, ^Pleroma.Web.Endpoint.host()) fragment("split_part(?->>'actor', '/', 3) != ?", o.data, ^Pleroma.Web.Endpoint.host())
) )
|> Repo.delete_all() |> Repo.delete_all(timeout: :infinity)
if Keyword.get(options, :vacuum) do if Keyword.get(options, :vacuum) do
Logger.info("Runnning VACUUM FULL") Logger.info("Runnning VACUUM FULL")

Loading…
Cancel
Save