diff options
author | Erik Johnston <erik@matrix.org> | 2016-09-19 17:15:24 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-09-19 17:15:24 +0100 |
commit | ddfcdd47780dacc19a8b6ba8316cc4b2c6628b9f (patch) | |
tree | 2b65d76c5b264d4a4cbcf7a3c5e08d260baad9e4 /docs/workers.rst | |
parent | Update changelog (diff) | |
parent | Merge pull request #1131 from matrix-org/matthew/e2e-notifs (diff) | |
download | synapse-ddfcdd47780dacc19a8b6ba8316cc4b2c6628b9f.tar.xz |
Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.18.0
Diffstat (limited to 'docs/workers.rst')
-rw-r--r-- | docs/workers.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/workers.rst b/docs/workers.rst index 4eb05b0e59..65b6e690f7 100644 --- a/docs/workers.rst +++ b/docs/workers.rst @@ -42,6 +42,7 @@ The current available worker applications are: * synapse.app.appservice - handles output traffic to Application Services * synapse.app.federation_reader - handles receiving federation traffic (including public_rooms API) * synapse.app.media_repository - handles the media repository. + * synapse.app.client_reader - handles client API endpoints like /publicRooms Each worker configuration file inherits the configuration of the main homeserver configuration file. You can then override configuration specific to that worker, |