summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorreivilibre <oliverw@matrix.org>2022-02-22 14:24:31 +0000
committerGitHub <noreply@github.com>2022-02-22 14:24:31 +0000
commitdcb6a378372d08a46a76c591704be4dc15c68df3 (patch)
treecbdae12bd0aabfd87cdcd72a568cf4152dbab426 /changelog.d
parentUse room version 9 as the default room version (per MSC3589). (#12058) (diff)
downloadsynapse-dcb6a378372d08a46a76c591704be4dc15c68df3.tar.xz
Cap the number of in-flight requests for state from a single group (#11608)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11608.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11608.misc b/changelog.d/11608.misc
new file mode 100644
index 0000000000..3af049b969
--- /dev/null
+++ b/changelog.d/11608.misc
@@ -0,0 +1 @@
+Deduplicate in-flight requests in `_get_state_for_groups`.