forked from MirrorHub/synapse
3dfc4a08dc
Fixes #13942. Introduced in #13575. Basically, let's only get the ordered set of hosts out of the DB if we need an ordered set of hosts. Since we split the function up the caching won't be as good, but I think it will still be fine as e.g. multiple backfill requests for the same room will hit the cache.
1 line
95 B
Text
1 line
95 B
Text
Fix a performance regression in the `get_users_in_room` database query. Introduced in v1.67.0.
|