diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-05-27 11:27:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-27 10:27:33 +0100 |
commit | bc1beebc27befccdbec5d199c61228930ded8143 (patch) | |
tree | 54cc7ff25f28a31e2359109029a186ff1d9a6377 /changelog.d | |
parent | Remove backing code for groups/communities (#12558) (diff) | |
download | synapse-bc1beebc27befccdbec5d199c61228930ded8143.tar.xz |
Refactor have_seen_events to reduce OOMs (#12886)
My server is currently OOMing in the middle of have_seen_events, so let's try to fix that.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12886.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12886.misc b/changelog.d/12886.misc new file mode 100644 index 0000000000..3dd08f74ba --- /dev/null +++ b/changelog.d/12886.misc @@ -0,0 +1 @@ +Refactor `have_seen_events` to reduce memory consumed when processing federation traffic. |