diff options
author | reivilibre <oliverw@matrix.org> | 2022-03-01 13:41:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-01 13:41:57 +0000 |
commit | c893632319f9bcd76d105573008e8cb0ec2fe7ce (patch) | |
tree | d1f3e693e52ebb2638388fade9259c4bceec1100 /changelog.d | |
parent | Faster joins: persist to database (#12012) (diff) | |
download | synapse-c893632319f9bcd76d105573008e8cb0ec2fe7ce.tar.xz |
Order in-flight state group queries in biggest-first order (#11610)
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11610.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11610.misc b/changelog.d/11610.misc new file mode 100644 index 0000000000..3af049b969 --- /dev/null +++ b/changelog.d/11610.misc @@ -0,0 +1 @@ +Deduplicate in-flight requests in `_get_state_for_groups`. |