diff options
author | Richard van der Hoff <richard@matrix.org> | 2021-12-15 13:08:24 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2021-12-15 13:10:25 +0000 |
commit | a9c146ac53a40d191c0a2b3b1b8f6ceaea0eee79 (patch) | |
tree | c16b76d1629f00a456c3ea982b38b2152af0f194 | |
parent | Sort internal changes in changelog (diff) | |
download | synapse-a9c146ac53a40d191c0a2b3b1b8f6ceaea0eee79.tar.xz |
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.
-rw-r--r-- | changelog.d/11583.bugfix | 1 | ||||
-rw-r--r-- | synapse/rest/client/sync.py | 8 |
2 files changed, 8 insertions, 1 deletions
diff --git a/changelog.d/11583.bugfix b/changelog.d/11583.bugfix new file mode 100644 |