This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
generic_worker
should support requests to /_matrix/client/v3/directory/room/{roomAlias}
#13516
Labels
A-Workers
Problems related to running Synapse in Worker Mode (or replication)
T-Enhancement
New features, changes in functionality, improvements in performance, or user-facing enhancements.
Currently,
/_matrix/client/v3/directory/room/{roomAlias}
has to be routed to the main process, which is a bit silly because these can be relatively high volume, and handling them on the main process means they are handled more slowly than necessary.I don't think there are any particular problems with handling this on a worker process.
The text was updated successfully, but these errors were encountered: