mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-21 17:55:36 +00:00
eb2b8523ae
This allows registration to be handled by a worker, though the actual write to the database still happens on master. Note: due to the in-memory session map all registration requests must be handled by the same worker.