diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2021-01-21 09:50:18 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2021-01-21 09:50:18 +0300 |
commit | 6d48144a9d7273e1b6c253164af5550580a6ea9f (patch) | |
tree | e05e456f5fa65e9810506372668e9b2f05967bca /docs/configuration/cheatsheet.md | |
parent | dece31a031b8fce5b47c61ad014aa38ae72ee685 (diff) | |
download | pleroma-6d48144a9d7273e1b6c253164af5550580a6ea9f.tar.gz pleroma-6d48144a9d7273e1b6c253164af5550580a6ea9f.zip |
use proper naming
for MediaProxyWarmingPolicy in ConcurrentLimiter
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r-- | docs/configuration/cheatsheet.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index e7a1b40b1..5c0fd6487 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -1116,7 +1116,7 @@ Settings to enable and configure expiration for ephemeral activities Settings to restrict concurrently running jobs. Jobs which can be configured: * `Pleroma.Web.RichMedia.Helpers` - generating link previews of URLs in activities -* `Pleroma.Web.MediaProxy` - fetching remote media via MediaProxy +* `Pleroma.Web.ActivityPub.MRF.MediaProxyWarmingPolicy` - warming remote media cache via MediaProxyWarmingPolicy Each job has these settings: |