1
0

Merge commit '606805bf0' into anoa/dinsic_release_1_21_x

* commit '606805bf0':
  Fix typo in docs/workers.md (#7992)
This commit is contained in:
Andrew Morgan
2020-10-16 17:11:02 +01:00
3 changed files with 12 additions and 1 deletions

1
changelog.d/7992.doc Normal file
View File

@@ -0,0 +1 @@
Fix typo in `docs/workers.md`.

10
debian/changelog vendored
View File

@@ -1,3 +1,13 @@
matrix-synapse-py3 (1.xx.0) stable; urgency=medium
[ Synapse Packaging team ]
* New synapse release 1.xx.0.
[ Aaron Raimist ]
* Fix outdated documentation for SYNAPSE_CACHE_FACTOR
-- Synapse Packaging team <packages@matrix.org> XXXXX
matrix-synapse-py3 (1.18.0) stable; urgency=medium
* New synapse release 1.18.0.

View File

@@ -278,7 +278,7 @@ instance_map:
host: localhost
port: 8034
streams_writers:
stream_writers:
events: event_persister1
```