From: FloatingGhost Date: Fri, 16 Dec 2022 17:22:56 +0000 (+0000) Subject: update stats every 5 minutes X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=7b76fdeed3edce937514f25b818a2d4ed46f7892;p=akkoma update stats every 5 minutes --- diff --git a/lib/pleroma/stats.ex b/lib/pleroma/stats.ex index cda1fb9a6..c47a0f9de 100644 --- a/lib/pleroma/stats.ex +++ b/lib/pleroma/stats.ex @@ -11,7 +11,7 @@ defmodule Pleroma.Stats do alias Pleroma.Repo alias Pleroma.User - @interval :timer.seconds(60) + @interval :timer.seconds(300) def start_link(_) do GenServer.start_link(