diff options
author | Shay <hillerys@element.io> | 2022-05-09 14:46:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-09 14:46:43 -0700 |
commit | d80a7ab151afd6919b4e14a258105ab59146d528 (patch) | |
tree | 8fbdbd7330035195f79f8dbf13ae91db8b285d40 /synapse/replication | |
parent | Update SQL statements in docs for Synapse Admins (#12536) (diff) | |
download | synapse-d80a7ab151afd6919b4e14a258105ab59146d528.tar.xz |
Update `replication.md` with info on TCP module structure (#12621)
Diffstat (limited to 'synapse/replication')
-rw-r--r-- | synapse/replication/tcp/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |