You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To improve things further we could add a limit parameter to get_current_hosts_in_room. Realistically, we don't need 4k domains to choose from because there is no way we're going to query that many before we a) probably get an answer or b) we give up.
This issue has been migrated from #13659.
Follow-up to matrix-org/synapse#13575. Part of matrix-org/synapse#13356
This means we can do less work in the database which means less waiting to get a list of domains to try.
The text was updated successfully, but these errors were encountered: