mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-24 17:25:22 +00:00
993d90f82b
Switching to a sequence means there's no need to track `last_txn` on the AS state table to generate new TXN IDs. This also means that there is no longer contention between the AS scheduler and AS handler on updates to the `application_services_state` table, which will prevent serialization errors during the complete AS txn transaction.