summary refs log tree commit diff
path: root/develop/print.html
diff options
context:
space:
mode:
authorH-Shay <H-Shay@users.noreply.github.com>2022-04-05 00:41:04 +0000
committerH-Shay <H-Shay@users.noreply.github.com>2022-04-05 00:41:04 +0000
commit69e2718bad7473ceb23a975c2cbbd4ad722c599c (patch)
tree4a5a2a3b3a11989cb3dd21e91d5e0f6a522388e7 /develop/print.html
parentdeploy: 993d90f82ba8faace30cbdaace5a8c5a4468b32a (diff)
downloadsynapse-69e2718bad7473ceb23a975c2cbbd4ad722c599c.tar.xz
deploy: f608e6c8cf48d8d5327c5ac04746f4f7f3992e31
Diffstat (limited to 'develop/print.html')
-rw-r--r--develop/print.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/print.html b/develop/print.html

index 55ea902ca1..1d8b62d279 100644 --- a/develop/print.html +++ b/develop/print.html
@@ -9027,7 +9027,7 @@ for a higher level overview.</p> feeds streams of newly written data between processes so they can be kept in sync with the database state.</p> <p>When configured to do so, Synapse uses a -<a href="https://redis.io/topics/pubsub">Redis pub/sub channel</a> to send the replication +<a href="https://redis.io/docs/manual/pubsub/">Redis pub/sub channel</a> to send the replication stream between all configured Synapse processes. Additionally, processes may make HTTP requests to each other, primarily for operations which need to wait for a reply ─ such as sending an event.</p>