summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@arasphere.net>2018-09-12 00:50:39 +0100
committerGitHub <noreply@github.com>2018-09-12 00:50:39 +0100
commitb041115415191f8353177f7e0c1beec81be0c921 (patch)
treec473c520965ca49bb984eaa5ceaf9688a23471f5 /changelog.d
parentMerge pull request #3834 from mvgorcum/develop (diff)
downloadsynapse-b041115415191f8353177f7e0c1beec81be0c921.tar.xz
Speed up lazy loading (#3827)
* speed up room summaries by pulling their data from room_memberships rather than room state
* disable LL for incr syncs, and log incr sync stats  (#3840)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/3827.misc1
-rw-r--r--changelog.d/3840.misc1
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/3827.misc b/changelog.d/3827.misc
new file mode 100644
index 0000000000..bc294706cf
--- /dev/null
+++ b/changelog.d/3827.misc
@@ -0,0 +1 @@
+speed up lazy loading by 2-3x
diff --git a/changelog.d/3840.misc b/changelog.d/3840.misc
new file mode 100644
index 0000000000..b9585ae9be
--- /dev/null
+++ b/changelog.d/3840.misc
@@ -0,0 +1 @@
+Disable lazy loading for incremental syncs for now