mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-01-03 05:48:42 +00:00
Do not start unused ConcurrentLimiter processes
This commit is contained in:
parent
bf8b251dc1
commit
6ded017dee
1 changed files with 0 additions and 2 deletions
|
@ -292,8 +292,6 @@ defmodule Pleroma.Application do
|
|||
config = Config.get(ConcurrentLimiter, [])
|
||||
|
||||
[
|
||||
Pleroma.Web.RichMedia.Helpers,
|
||||
Pleroma.Web.ActivityPub.MRF.MediaProxyWarmingPolicy,
|
||||
Pleroma.Search
|
||||
]
|
||||
|> Enum.each(fn module ->
|
||||
|
|
Loading…
Reference in a new issue