diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-10-06 07:25:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-06 07:25:44 -0400 |
commit | ae5b997cfac1a7d7540be7352f1c01295ce9100a (patch) | |
tree | e52a0d2228ecdee2028c64a42353fb481297ed35 /synapse/replication | |
parent | Add documentation on background updates. (#16420) (diff) | |
download | synapse-ae5b997cfac1a7d7540be7352f1c01295ce9100a.tar.xz |
Fix comments related to replication. (#16428)
Diffstat (limited to 'synapse/replication')
-rw-r--r-- | synapse/replication/tcp/commands.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse/replication/tcp/commands.py b/synapse/replication/tcp/commands.py index 1b92302fd3..0f0f851b79 100644 --- a/synapse/replication/tcp/commands.py +++ b/synapse/replication/tcp/commands.py @@ -446,8 +446,6 @@ class RemoteServerUpCommand(_SimpleCommand): """Sent when a worker has detected that a remote server is no longer "down" and retry timings should be reset. - If sent from a client the server will relay to all other workers. - Format:: REMOTE_SERVER_UP <server> |