summary refs log tree commit diff
path: root/changelog.d/8271.bugfix
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-09-08 09:58:07 +0100
committerRichard van der Hoff <richard@matrix.org>2020-09-08 09:58:07 +0100
commit8d6f97f932f4f9b37c6000a3f858ac12fc391eb5 (patch)
treedac26ab0b375d4185ef31b51fcace79d4c1e4ba6 /changelog.d/8271.bugfix
parentFix stack overflow when logging system encounters an error (#8268) (diff)
parentOnly add rows to the push actions table if the event notifies or should be ma... (diff)
downloadsynapse-8d6f97f932f4f9b37c6000a3f858ac12fc391eb5.tar.xz
Merge remote-tracking branch 'origin/release-v1.20.0' into develop
Diffstat (limited to 'changelog.d/8271.bugfix')
-rw-r--r--changelog.d/8271.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8271.bugfix b/changelog.d/8271.bugfix
new file mode 100644
index 0000000000..b75f07b03c
--- /dev/null
+++ b/changelog.d/8271.bugfix
@@ -0,0 +1 @@
+Fix slow start times for large servers by removing a table scan of the `users` table from startup code.