diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-05-06 11:53:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-06 11:53:18 +0100 |
commit | 79007a42b220ec83023a1acae87daaf91dc08501 (patch) | |
tree | c430aa536e76a2329831d04ae7d8d761ed2ec188 /changelog.d | |
parent | Fix typing annotations in synapse/federation (#7382) (diff) | |
parent | Merge branch 'develop' into rav/upsert_for_device_list (diff) | |
download | synapse-79007a42b220ec83023a1acae87daaf91dc08501.tar.xz |
Merge pull request #7429 from matrix-org/rav/upsert_for_device_list
use an upsert to update device_lists_outbound_last_success
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7429.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7429.misc b/changelog.d/7429.misc new file mode 100644 index 0000000000..3c25cd9917 --- /dev/null +++ b/changelog.d/7429.misc @@ -0,0 +1 @@ +Improve performance of `mark_as_sent_devices_by_remote`. |