-
Notifications
You must be signed in to change notification settings - Fork 370
Open
Description
This issue has been migrated from #13659.
Follow-up to matrix-org/synapse#13575. Part of matrix-org/synapse#13356
To improve things further we could add a
limit
parameter toget_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.-- Going further section in matrix-org/synapse#13575
This means we can do less work in the database which means less waiting to get a list of domains to try.