Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit c01f21d

Browse files
author
Sean Quah
committed
Tweak changelog wording
1 parent d1fb46f commit c01f21d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CHANGES.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ No significant changes since 1.66.0rc2.
55

66
Deployments with multiple workers should note that the direct TCP replication
77
configuration was deprecated in Synapse v1.18.0 and will be removed in Synapse
8-
v1.67.0. In particular, the TCP `replication` listener and the
9-
`worker_replication_port` config option are deprecated.
8+
v1.67.0. In particular, the TCP `replication` [listener](https://matrix-org.github.io/synapse/v1.66/usage/configuration/config_documentation.html#listeners)
9+
type (not to be confused with the `replication` resource on the `http` listener
10+
type) and the `worker_replication_port` config option will be removed .
1011

11-
To migrate to Redis, add the [`redis` config](https://matrix-org.github.io/synapse/v1.66/workers.html#shared-configuration)
12-
and remove the TCP `replication` listener from config of the master and
12+
To migrate to Redis, add the [`redis` config](https://matrix-org.github.io/synapse/v1.66/workers.html#shared-configuration),
13+
then remove the TCP `replication` listener from config of the master and
1314
`worker_replication_port` from worker config. Note that a HTTP listener with a
1415
`replication` resource is still required.
1516

0 commit comments

Comments
 (0)