summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2022-05-27 11:27:33 +0200
committerGitHub <noreply@github.com>2022-05-27 10:27:33 +0100
commitbc1beebc27befccdbec5d199c61228930ded8143 (patch)
tree54cc7ff25f28a31e2359109029a186ff1d9a6377 /changelog.d
parentRemove backing code for groups/communities (#12558) (diff)
downloadsynapse-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.misc1
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.