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

Commit d80a7ab

Browse files
authored
Update replication.md with info on TCP module structure (#12621)
1 parent 615d96a commit d80a7ab

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

changelog.d/12621.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add information about the TCP replication module to docs.

docs/replication.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,8 @@ See [the TCP replication documentation](tcp_replication.md).
3535
There are read-only version of the synapse storage layer in
3636
`synapse/replication/slave/storage` that use the response of the
3737
replication API to invalidate their caches.
38+
39+
### The TCP Replication Module
40+
Information about how the tcp replication module is structured, including how
41+
the classes interact, can be found in
42+
`synapse/replication/tcp/__init__.py`

synapse/replication/tcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"""This module implements the TCP replication protocol used by synapse to
1616
communicate between the master process and its workers (when they're enabled).
1717
18-
Further details can be found in docs/tcp_replication.rst
18+
Further details can be found in docs/tcp_replication.md
1919
2020
2121
Structure of the module:

0 commit comments

Comments
 (0)