update stats every 5 minutes

This commit is contained in:
FloatingGhost 2022-12-16 17:22:56 +00:00
parent b91e671c0d
commit 7b76fdeed3
1 changed files with 1 additions and 1 deletions

View File

@ -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(