Add a stats agent for storing data from expensive queries.
This commit is contained in:
parent
d49109ca17
commit
9717166d10
4 changed files with 49 additions and 3 deletions
|
|
@ -21,6 +21,7 @@ defmodule Pleroma.Application do
|
|||
]]),
|
||||
worker(Pleroma.Web.Federator, []),
|
||||
worker(Pleroma.Web.ChatChannel.ChatChannelState, []),
|
||||
worker(Pleroma.Stats, []),
|
||||
]
|
||||
++ if Mix.env == :test, do: [], else: [worker(Pleroma.Web.Streamer, [])]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue