commit: 6e4b5edc257aa7555dd7c82d2884e0beac0c60ac
parent 77dca7c3e59053505abb4fa757b2d97e227fa4f4
Author: Mark Felder <feld@feld.me>
Date: Fri, 27 Jun 2025 17:13:34 -0700
Reduce pruning of history to anything older than 2 days
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/pleroma/workers/cron/reachability_pruner.ex b/lib/pleroma/workers/cron/reachability_pruner.ex
@@ -5,7 +5,7 @@ defmodule Pleroma.Workers.Cron.ReachabilityPruner do
require Logger
@reachability_worker "Elixir.Pleroma.Workers.ReachabilityWorker"
- @prune_days 6
+ @prune_days 2
@impl true
def perform(_job) do