summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2016-09-17 14:15:10 +0100
committerMatthew Hodgson <matthew@matrix.org>2016-09-17 14:15:10 +0100
commit64527f94cc804edbc41f925e498edfc48221767f (patch)
tree4b42c29ec02c17893071a26b0fc2dc0a4143af7e /docs
parentfix logger for client_reader worker (diff)
downloadsynapse-64527f94cc804edbc41f925e498edfc48221767f.tar.xz
mention client_reader worker
Diffstat (limited to 'docs')
-rw-r--r--docs/workers.rst1
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,