diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2021-03-16 10:27:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-16 10:27:51 +0000 |
commit | 1b0eaed21f38a5e84089df4ba2fb881fc1242a2e (patch) | |
tree | 1b64bb63417e69bed3a3eeb2f7ddd6e60cb58f56 /changelog.d | |
parent | Fix Internal Server Error on `GET /saml2/authn_response` (#9623) (diff) | |
download | synapse-1b0eaed21f38a5e84089df4ba2fb881fc1242a2e.tar.xz |
Prevent bundling aggregations for state events (#9619)
There's no need to do aggregation bundling for state events. Doing so can cause performance issues.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9619.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9619.misc b/changelog.d/9619.misc new file mode 100644 index 0000000000..50267bfbc4 --- /dev/null +++ b/changelog.d/9619.misc @@ -0,0 +1 @@ +Prevent attempting to bundle aggregations for state events in /context APIs. \ No newline at end of file |