0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-20 18:18:55 +02:00
synapse/changelog.d/7882.misc
Erik Johnston 2d2acc1cf2
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.
2020-07-17 17:03:27 +01:00

2 lines
79 B
Plaintext

Stop using `device_max_stream_id` table and just use `device_inbox.stream_id`.