diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-06-07 09:19:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-07 09:19:06 +0100 |
commit | fa1db8f1567471e6cb29c0d6c0b740fcb79ea202 (patch) | |
tree | 51b29f6ea1b3d506dbb83b934d7208d7c7814327 /changelog.d | |
parent | Don't try and backfill the same room in parallel. (#10116) (diff) | |
download | synapse-fa1db8f1567471e6cb29c0d6c0b740fcb79ea202.tar.xz |
Delete completes to-device messages earlier in /sync (#10124)
I hope this will improve https://github.com/matrix-org/synapse/issues/9564.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10124.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10124.misc b/changelog.d/10124.misc new file mode 100644 index 0000000000..c06593238d --- /dev/null +++ b/changelog.d/10124.misc @@ -0,0 +1 @@ +Work to improve the responsiveness of `/sync` requests. |