diff options
author | Erik Johnston <erik@matrix.org> | 2019-07-29 17:09:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-29 17:09:01 +0100 |
commit | 2a12d76646de2477feb477295dc5352dd08bf63b (patch) | |
tree | 7131c8dcebe66732cf0a7a914c45536fe7ce743c /changelog.d | |
parent | Move some timeout checking logs to DEBUG #5785 (diff) | |
parent | Newsfile (diff) | |
download | synapse-2a12d76646de2477feb477295dc5352dd08bf63b.tar.xz |
Merge pull request #5770 from matrix-org/erikj/fix_current_state_event_sqlite
Fix current_state bg update to work on old SQLite
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5770.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5770.misc b/changelog.d/5770.misc new file mode 100644 index 0000000000..5e15dfd5fa --- /dev/null +++ b/changelog.d/5770.misc @@ -0,0 +1 @@ +Reduce database IO usage by optimising queries for current membership. |