diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-12-20 16:33:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-20 16:33:35 +0000 |
commit | 76aa5537ad4f41cad130862a230c1f4cc4bfcbcf (patch) | |
tree | dd2e9a55b4635a9c288fad1a506d9b3415f6ac0f /changelog.d | |
parent | Restructure changelog (diff) | |
download | synapse-76aa5537ad4f41cad130862a230c1f4cc4bfcbcf.tar.xz |
Disable aggregation bundling on `/sync` responses (#11583)
* Disable aggregation bundling on `/sync` responses A partial revert of #11478. This turns out to have had a significant CPU impact on initial-sync handling. For now, let's disable it, until we find a more efficient way of achieving this. * Fix tests. Co-authored-by: Patrick Cloke <patrickc@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11583.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11583.bugfix b/changelog.d/11583.bugfix new file mode 100644 index 0000000000..d2ed113e21 --- /dev/null +++ b/changelog.d/11583.bugfix @@ -0,0 +1 @@ +Fix a performance regression in `/sync` handling, introduced in 1.49.0. |