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

2 lines
91 B
Plaintext

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