From 69e2718bad7473ceb23a975c2cbbd4ad722c599c Mon Sep 17 00:00:00 2001 From: H-Shay Date: Tue, 5 Apr 2022 00:41:04 +0000 Subject: [PATCH] deploy: f608e6c8cf48d8d5327c5ac04746f4f7f3992e31 --- develop/print.html | 2 +- develop/workers.html | 2 +- 2 files changed, 2 insertions(+), 2 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.

feeds streams of newly written data between processes so they can be kept in sync with the database state.

When configured to do so, Synapse uses a -Redis pub/sub channel to send the replication +Redis pub/sub channel 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.

diff --git a/develop/workers.html b/develop/workers.html index db0928a810..4eca9c5e89 100644 --- a/develop/workers.html +++ b/develop/workers.html @@ -204,7 +204,7 @@ for a higher level overview.

feeds streams of newly written data between processes so they can be kept in sync with the database state.

When configured to do so, Synapse uses a -Redis pub/sub channel to send the replication +Redis pub/sub channel 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.