diff options
author | Nick Barrett <nick@beeper.com> | 2021-11-03 14:25:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-03 14:25:47 +0000 |
commit | af54167516c7211937efa5b800853f3088ef5178 (patch) | |
tree | 6b6cc1144f713b35f42ad776c4bb265948a5d2c1 /changelog.d | |
parent | Remove a debug statement from tests. (#11239) (diff) | |
download | synapse-af54167516c7211937efa5b800853f3088ef5178.tar.xz |
Enable passing typing stream writers as a list. (#11237)
This makes the typing stream writer config match the other stream writers that only currently support a single worker.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11237.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11237.misc b/changelog.d/11237.misc new file mode 100644 index 0000000000..b90efc6535 --- /dev/null +++ b/changelog.d/11237.misc @@ -0,0 +1 @@ +Allow `stream_writers.typing` config to be a list of one worker. |