mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-19 22:44:08 -04:00
Spread out sending device lists to remote hosts (#12132)
This commit is contained in:
parent
87c230c27c
commit
423cca9efe
7 changed files with 79 additions and 16 deletions
|
@ -244,7 +244,7 @@ class FederationRemoteSendQueue(AbstractFederationSender):
|
|||
|
||||
self.notifier.on_new_replication_data()
|
||||
|
||||
def send_device_messages(self, destination: str) -> None:
|
||||
def send_device_messages(self, destination: str, immediate: bool = False) -> None:
|
||||
"""As per FederationSender"""
|
||||
# We don't need to replicate this as it gets sent down a different
|
||||
# stream.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue