diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-04-26 10:27:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-26 10:27:11 +0100 |
commit | 17d99f758a768b886842cf496ff236fbe3829236 (patch) | |
tree | bd2c3b7f5cf2386d33d4224f9e2533611f288f08 /changelog.d | |
parent | Add a table of contents to config manual (#12527) (diff) | |
download | synapse-17d99f758a768b886842cf496ff236fbe3829236.tar.xz |
Optimise backfill calculation (#12522)
Try to avoid an OOM by checking fewer extremities. Generally this is a big rewrite of _maybe_backfill, to try and fix some of the TODOs and other problems in it. It's best reviewed commit-by-commit.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12522.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12522.bugfix b/changelog.d/12522.bugfix new file mode 100644 index 0000000000..2220f05ceb --- /dev/null +++ b/changelog.d/12522.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in Synapse 0.99.3 which could cause Synapse to consume large amounts of RAM when back-paginating in a large room. |