diff options
author | Mark Felder <feld@feld.me> | 2022-11-13 13:33:27 -0500 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2022-11-13 14:11:48 -0500 |
commit | 2e0089dd5c27c86488d2c68170d80d02c24135f3 (patch) | |
tree | 27090258c5e20b89d05c73a77ce02a61c7033bc8 /CHANGELOG.md | |
parent | 47b9847edd74c394e2bdfcb95a42f858329c9ef1 (diff) | |
download | pleroma-2e0089dd5c27c86488d2c68170d80d02c24135f3.tar.gz pleroma-2e0089dd5c27c86488d2c68170d80d02c24135f3.zip |
Alter priority of Delete activities to be lowest
This will prevent a user with a large number of posts from negatively affecting performance of the outgoing federation queue if they delete their account.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 141cc2e40..56f328234 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - **Breaking**: `/api/v1/pleroma/backups` endpoints now requires `read:backups` scope instead of `read:accounts` - Updated the recommended pleroma.vcl configuration for Varnish to target Varnish 7.0+ - Set timeout values for Oban queues. The default is infinity and some operations may not time out on their own. +- Delete activities are federated at lowest priority ### Added - `activeMonth` and `activeHalfyear` fields in NodeInfo usage.users object |