diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-01-27 10:54:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-27 10:54:27 +0000 |
commit | 57e4786e907c390502f4ec6fb915e24cf5124351 (patch) | |
tree | f6d6d055a732f105c9e1c8867b1ecf1abd18f2b4 /changelog.d | |
parent | Fix some indentation inconsistencies in the sample config (modules) (#11838) (diff) | |
download | synapse-57e4786e907c390502f4ec6fb915e24cf5124351.tar.xz |
Create singletons for `StateFilter.{all,none}()` (#11836)
No point recreating these for each call, since they are frozen
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11836.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11836.misc b/changelog.d/11836.misc new file mode 100644 index 0000000000..be7e331c63 --- /dev/null +++ b/changelog.d/11836.misc @@ -0,0 +1 @@ +Minor performance improvement in room state lookup. |