0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-20 16:48:56 +02:00
synapse/changelog.d/15215.misc
Erik Johnston c69aae94cd
Split up txn for fetching device keys (#15215)
We look up keys in batches, but we should do that outside of the
transaction to avoid starving the database pool.
2023-03-07 08:51:34 +00:00

1 line
91 B
Text

Refactor database transaction for query users' devices to reduce database pool contention.