X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Fstats.ex;h=df80fbaa41f0d62fd252444b16cef22325e1d9cc;hb=82d7985ae947f6779412c643c2edf21d5de2c79a;hp=a3b8a4d669783e6c19b4a56f78c39e6eb394a1d6;hpb=31d576de0c91019d80e465984d4423779e7ccede;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