diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-05-06 01:16:53 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-05-06 11:41:23 +0100 |
commit | e48361545de14be61a1a25096c7fb4b90828ed51 (patch) | |
tree | 99bd863302724aaf56258616a7049d6dd86c7520 /changelog.d | |
parent | Better type annotations for simple_upsert_txn (diff) | |
download | synapse-e48361545de14be61a1a25096c7fb4b90828ed51.tar.xz |
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`. |