diff options
author | Mark Felder <feld@feld.me> | 2021-01-20 17:01:26 -0600 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2021-01-21 09:47:22 +0300 |
commit | 1537a4f0adfdc079d7d77dbe249c83df5c3b2eef (patch) | |
tree | 378722731c5e75f2e808ecdd62c72b6047da3178 | |
parent | b4ff63d020293bd633bc9c01af1078cacf7f90ed (diff) | |
download | pleroma-1537a4f0adfdc079d7d77dbe249c83df5c3b2eef.tar.gz pleroma-1537a4f0adfdc079d7d77dbe249c83df5c3b2eef.zip |
Document ConcurrentLimiter for RichMedia and MediaProxy
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 76eab51d4..2ab432d3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,8 @@ 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 + <details> <summary>API Changes</summary> |