diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-03-30 19:06:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-30 19:06:52 +0100 |
commit | 7966a1cde9d4b598faa06620424844f2b35c94af (patch) | |
tree | 436cafacaaa84c9c858672143202431668954160 /changelog.d | |
parent | Transfer alias mappings when joining an upgraded room (#6946) (diff) | |
download | synapse-7966a1cde9d4b598faa06620424844f2b35c94af.tar.xz |
Rewrite prune_old_outbound_device_pokes for efficiency (#7159)
make sure we clear out all but one update for the user
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7159.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7159.bugfix b/changelog.d/7159.bugfix new file mode 100644 index 0000000000..1b341b127b --- /dev/null +++ b/changelog.d/7159.bugfix @@ -0,0 +1 @@ +Fix excessive CPU usage by `prune_old_outbound_device_pokes` job. |