diff options
author | Mark Felder <feld@feld.me> | 2024-05-27 14:11:42 -0400 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2024-05-27 14:11:42 -0400 |
commit | 6b8c15a4a1fdbc2a2a4ef194d9519e717470c632 (patch) | |
tree | 15b1c5cdf727a56582982b04a78358387aae0525 /config/config.exs | |
parent | 8b61d4e3e124c4fafeaabe58a8c7673f767b2871 (diff) | |
download | pleroma-6b8c15a4a1fdbc2a2a4ef194d9519e717470c632.tar.gz pleroma-6b8c15a4a1fdbc2a2a4ef194d9519e717470c632.zip |
Remove MediaProxyWarmingPolicy config for ConcurrentLimiter as we are not using it
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index a025defeb..3c35f439a 100644 --- a/config/config.exs +++ b/config/config.exs @@ -902,7 +902,6 @@ config :pleroma, Pleroma.User.Backup, config :pleroma, ConcurrentLimiter, [ {Pleroma.Web.RichMedia.Helpers, [max_running: 5, max_waiting: 5]}, - {Pleroma.Web.ActivityPub.MRF.MediaProxyWarmingPolicy, [max_running: 5, max_waiting: 5]}, {Pleroma.Search, [max_running: 30, max_waiting: 50]} ] |