mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-24 02:25:45 +03:00
fa8934b175
We call `_update_stream_positions_table_txn` a lot, which is an UPSERT that can conflict in `REPEATABLE READ` isolation level. Instead of doing a transaction consisting of a single query we may as well run it outside of a transaction.
1 line
81 B
Text
1 line
81 B
Text
Reduce number of serialization errors of `MultiWriterIdGenerator._update_table`.
|