summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-10-25 11:34:38 +0100
committerGitHub <noreply@github.com>2019-10-25 11:34:38 +0100
commit87259b3a3a4c1d17fc247a634320acb1fba0bc6e (patch)
treee602d9d5eea2b468beee34597c9b0c41044d38f3 /changelog.d
parentMerge pull request #6256 from matrix-org/erikj/fix_e2e_workers (diff)
parentFix tests (diff)
downloadsynapse-87259b3a3a4c1d17fc247a634320acb1fba0bc6e.tar.xz
Merge pull request #6255 from matrix-org/erikj/stats_config
Remove repeated calls to config.stats_enabled.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6255.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6255.misc b/changelog.d/6255.misc
new file mode 100644
index 0000000000..45bc493648
--- /dev/null
+++ b/changelog.d/6255.misc
@@ -0,0 +1 @@
+Small performance improvement by removing repeated config lookups in room stats calculation.