summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2023-06-09 15:39:49 -0500
committerGitHub <noreply@github.com>2023-06-09 15:39:49 -0500
commitfcc3ca37e1b404981d9a0d6f2708e14407775b97 (patch)
tree1468245b6ce6111f64f89bed55d779f05ceccded /changelog.d
parentSpeed up typechecking CI (#15752) (diff)
downloadsynapse-fcc3ca37e1b404981d9a0d6f2708e14407775b97.tar.xz
Backfill in the background if we're doing it "just because" (#15710)
Fix https://github.com/matrix-org/synapse/issues/15702
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15710.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15710.feature b/changelog.d/15710.feature
new file mode 100644
index 0000000000..fe77a2fef6
--- /dev/null
+++ b/changelog.d/15710.feature
@@ -0,0 +1 @@
+Speed up `/messages` by backfilling in the background when there are no backward extremities where we are directly paginating.