From d80a7ab151afd6919b4e14a258105ab59146d528 Mon Sep 17 00:00:00 2001 From: Shay Date: Mon, 9 May 2022 14:46:43 -0700 Subject: Update `replication.md` with info on TCP module structure (#12621) --- synapse/replication/tcp/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'synapse/replication') diff --git a/synapse/replication/tcp/__init__.py b/synapse/replication/tcp/__init__.py index 1fa60af8e6..2c5f5f0bf8 100644 --- a/synapse/replication/tcp/__init__.py +++ b/synapse/replication/tcp/__init__.py @@ -15,7 +15,7 @@ """This module implements the TCP replication protocol used by synapse to communicate between the master process and its workers (when they're enabled). -Further details can be found in docs/tcp_replication.rst +Further details can be found in docs/tcp_replication.md Structure of the module: -- cgit 1.4.1