diff options
author | Erik Johnston <erik@matrix.org> | 2019-06-27 16:53:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-27 16:53:15 +0100 |
commit | e79ec0316509601f3dc787399dc1d4e455ddec2d (patch) | |
tree | f98f36ba2e7631b56887ae24caf2e0489e72b07c /changelog.d | |
parent | Docker image: Add a migrate_config mode (#5567) (diff) | |
parent | Review comments (diff) | |
download | synapse-e79ec0316509601f3dc787399dc1d4e455ddec2d.tar.xz |
Merge pull request #5559 from matrix-org/erikj/refactor_changed_devices
Refactor devices changed query to pull less from DB
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5559.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5559.feature b/changelog.d/5559.feature new file mode 100644 index 0000000000..b77b383459 --- /dev/null +++ b/changelog.d/5559.feature @@ -0,0 +1 @@ +Optimise devices changed query to not pull unnecessary rows from the database, reducing database load. |