X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Fstats.ex;h=df80fbaa41f0d62fd252444b16cef22325e1d9cc;hb=b791a0865641eb8210380e22e04a9fb680a79dcb;hp=a3b8a4d669783e6c19b4a56f78c39e6eb394a1d6;hpb=d81f63845a71e5cc60d95007ecaa2aea52a90422;p=akkoma diff --git a/lib/pleroma/stats.ex b/lib/pleroma/stats.ex index a3b8a4d66..df80fbaa4 100644 --- a/lib/pleroma/stats.ex +++ b/lib/pleroma/stats.ex @@ -32,7 +32,7 @@ defmodule Pleroma.Stats do end def init(args) do - Process.send_after(self(), :run_update, @interval) + Process.send(self(), :run_update, []) {:ok, args} end