diff options
author | reivilibre <oliverw@matrix.org> | 2022-02-22 14:24:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-22 14:24:31 +0000 |
commit | dcb6a378372d08a46a76c591704be4dc15c68df3 (patch) | |
tree | cbdae12bd0aabfd87cdcd72a568cf4152dbab426 /changelog.d | |
parent | Use room version 9 as the default room version (per MSC3589). (#12058) (diff) | |
download | synapse-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.misc | 1 |
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`. |