diff options
author | Erik Johnston <erik@matrix.org> | 2020-02-19 09:39:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-19 09:39:26 +0000 |
commit | 5a5abd55e8b47a7c1620c298a72817ccf73f90b0 (patch) | |
tree | ce5208b306ead08a47b21bb96c46546bc3432ff7 /changelog.d | |
parent | Implement GET /_matrix/client/r0/rooms/{roomId}/aliases (#6939) (diff) | |
download | synapse-5a5abd55e8b47a7c1620c298a72817ccf73f90b0.tar.xz |
Limit size of get_auth_chain_ids query (#6947)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6947.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6947.misc b/changelog.d/6947.misc new file mode 100644 index 0000000000..6d00e58654 --- /dev/null +++ b/changelog.d/6947.misc @@ -0,0 +1 @@ +Increase perf of `get_auth_chain_ids` used in state res v2. |