diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-01-07 08:03:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-07 13:03:38 +0000 |
commit | 23d701864fedbc40863b34c9c46c134295dd0a35 (patch) | |
tree | 87a76a8d40a8443ce9bfc6d3c7970560ee2b2a80 /changelog.d/9024.feature | |
parent | tox: Add a -noextras factor (#9030) (diff) | |
download | synapse-23d701864fedbc40863b34c9c46c134295dd0a35.tar.xz |
Improve the performance of calculating ignored users in large rooms (#9024)
This allows for efficiently finding which users ignore a particular user. Co-authored-by: Erik Johnston <erik@matrix.org>
Diffstat (limited to 'changelog.d/9024.feature')
-rw-r--r-- | changelog.d/9024.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9024.feature b/changelog.d/9024.feature new file mode 100644 index 0000000000..073dafbf83 --- /dev/null +++ b/changelog.d/9024.feature @@ -0,0 +1 @@ +Improved performance when calculating ignored users in large rooms. |