update stats every 5 minutes
authorFloatingGhost <hannah@coffee-and-dreams.uk>
Fri, 16 Dec 2022 17:22:56 +0000 (17:22 +0000)
committerFloatingGhost <hannah@coffee-and-dreams.uk>
Fri, 16 Dec 2022 17:22:56 +0000 (17:22 +0000)
lib/pleroma/stats.ex

index cda1fb9a65ddb744ff9e0e705fc264b81ab4ea69..c47a0f9defc10845f16df145667151824cb0998c 100644 (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(