summary refs log tree commit diff
path: root/dev-docs/develop/modules
diff options
context:
space:
mode:
authorclokep <clokep@users.noreply.github.com>2023-10-06 11:28:59 +0000
committerclokep <clokep@users.noreply.github.com>2023-10-06 11:28:59 +0000
commit0a417eb4d4a891eb12a186b23fb1717d655bcea9 (patch)
tree212e57b56588563f17e2d639ccb499af1b749087 /dev-docs/develop/modules
parentdeploy: 694802eecdfe18544be5252605bd427e3a5a2b2e (diff)
downloadsynapse-0a417eb4d4a891eb12a186b23fb1717d655bcea9.tar.xz
deploy: ae5b997cfac1a7d7540be7352f1c01295ce9100a
Diffstat (limited to 'dev-docs/develop/modules')
-rw-r--r--dev-docs/develop/modules/federation_sender.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-docs/develop/modules/federation_sender.html b/dev-docs/develop/modules/federation_sender.html

index 3f1fe7b6df..45c0254608 100644 --- a/dev-docs/develop/modules/federation_sender.html +++ b/dev-docs/develop/modules/federation_sender.html
@@ -234,7 +234,7 @@ the in-memory queues are emptied and we enter <a class="reference internal" href <h3 class="rubric" id="catch-up-mode">Catch-Up Mode</h3> <p>When the <code class="docutils literal notranslate"><span class="pre">PerDestinationQueue</span></code> has the catch-up flag set, the <em>Catch-Up Transmission Loop</em> (<code class="docutils literal notranslate"><span class="pre">_catch_up_transmission_loop</span></code>) is used in lieu of the regular <code class="docutils literal notranslate"><span class="pre">_transaction_transmission_loop</span></code>. -(Only once the catch-up mode has been exited can the regular tranaction transmission behaviour +(Only once the catch-up mode has been exited can the regular transaction transmission behaviour be resumed.)</p> <p><em>Catch-Up Mode</em>, entered upon Synapse startup or once a homeserver has fallen behind due to connection problems, is responsible for sending PDUs that have been missed by the destination