diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2021-04-16 18:17:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-16 18:17:18 +0100 |
commit | c571736c6ca5d1d2d9bf7cd9b717465d446ac7b3 (patch) | |
tree | cfda5284aef88e37d1947595a5adec80bd8d0385 /changelog.d | |
parent | Small speed up joining large remote rooms (#9825) (diff) | |
download | synapse-c571736c6ca5d1d2d9bf7cd9b717465d446ac7b3.tar.xz |
User directory: use calculated room membership state instead (#9821)
Fixes: #9797. Should help reduce CPU usage on the user directory, especially when memberships change in rooms with lots of state history.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9821.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9821.misc b/changelog.d/9821.misc new file mode 100644 index 0000000000..03b2d2ed4d --- /dev/null +++ b/changelog.d/9821.misc @@ -0,0 +1 @@ +Reduce CPU usage of the user directory by reusing existing calculated room membership. \ No newline at end of file |