mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 13:56:02 -04:00
Batch sending of device list pokes
This commit is contained in:
parent
281553afe6
commit
2a28b79e04
2 changed files with 5 additions and 0 deletions
|
@ -309,6 +309,7 @@ class TransactionQueue(object):
|
|||
# XXX: what's this for?
|
||||
yield run_on_reactor()
|
||||
|
||||
pending_pdus = []
|
||||
while True:
|
||||
device_message_edus, device_stream_id, dev_list_id = (
|
||||
yield self._get_new_device_messages(destination)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue