changed naming in changelog
authorAlexander Strizhakov <alex.strizhakov@gmail.com>
Thu, 21 Jan 2021 07:12:01 +0000 (10:12 +0300)
committerAlexander Strizhakov <alex.strizhakov@gmail.com>
Thu, 21 Jan 2021 07:13:02 +0000 (10:13 +0300)
CHANGELOG.md
config/config.exs

index 2ab432d3fbfbf23001803cbde58da10b396a6bba..e1dfeae01c00199f45de696ae910d63b94627242 100644 (file)
@@ -34,7 +34,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 - OAuth form improvements: users are remembered by their cookie, the CSS is overridable by the admin, and the style has been improved.
 - OAuth improvements and fixes: more secure session-based authentication (by token that could be revoked anytime), ability to revoke belonging OAuth token from any client etc.
 - Ability to set ActivityPub aliases for follower migration.
-- Configurable background job limits for RichMedia (link previews) and MediaProxy
+- Configurable background job limits for RichMedia (link previews) and MediaProxyWarmingPolicy
 
 
 <details>
index e07e67de941a97eceeeeafa99713965b2199bac1..c4a69079925df1a4de625c8e9c43d9926b358e39 100644 (file)
@@ -834,7 +834,7 @@ config :pleroma, Pleroma.User.Backup,
 
 config :pleroma, ConcurrentLimiter, [
   {Pleroma.Web.RichMedia.Helpers, [max_running: 5, max_waiting: 5]},
-  {Pleroma.Web.MediaProxy, [max_running: 5, max_waiting: 5]}
+  {Pleroma.Web.ActivityPub.MRF.MediaProxyWarmingPolicy, [max_running: 5, max_waiting: 5]}
 ]
 
 # Import environment specific config. This must remain at the bottom