diff options
author | Matthew Hodgson <matthew@matrix.org> | 2020-11-02 21:22:29 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2020-11-02 21:22:36 +0000 |
commit | d04c2d19b360356bacc754a2f592ccfd8d6536b3 (patch) | |
tree | b031699c928ac012c65efba2cf071c77f2e330d3 /docs | |
parent | Improve error messages of non-str displayname/avatar_url (#8705) (diff) | |
download | synapse-d04c2d19b360356bacc754a2f592ccfd8d6536b3.tar.xz |
grammar
Diffstat (limited to 'docs')
-rw-r--r-- | docs/workers.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/workers.md b/docs/workers.md index eb47b1eb70..cd1f823b77 100644 --- a/docs/workers.md +++ b/docs/workers.md @@ -302,7 +302,7 @@ Additionally, there is *experimental* support for moving writing of specific streams (such as events) off of the main process to a particular worker. (This is only supported with Redis-based replication.) -Currently support streams are `events` and `typing`. +Currently supported streams are `events` and `typing`. To enable this, the worker must have a HTTP replication listener configured, have a `worker_name` and be listed in the `instance_map` config. For example to |