diff options
author | Erik Johnston <erik@matrix.org> | 2020-07-17 17:03:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-17 17:03:27 +0100 |
commit | 2d2acc1cf2f2c8caa1272a14658b28ede23b664f (patch) | |
tree | 93caef0f60f679ae6b969c3d0c9768f3720090d3 /changelog.d | |
parent | Fix TypeError in synapse.notifier (#7880) (diff) | |
download | synapse-2d2acc1cf2f2c8caa1272a14658b28ede23b664f.tar.xz |
Stop using 'device_max_stream_id' (#7882)
It serves no purpose and updating everytime we write to the device inbox stream means all such transactions will conflict, causing lots of transaction failures and retries.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7882.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7882.misc b/changelog.d/7882.misc new file mode 100644 index 0000000000..9002749335 --- /dev/null +++ b/changelog.d/7882.misc @@ -0,0 +1 @@ +Stop using `device_max_stream_id` table and just use `device_inbox.stream_id`. |