mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 03:54:52 -04:00
Limit the number of EDUs in transactions to 100 as expected by receiver (#5138)
Fixes #3951.
This commit is contained in:
parent
d216a36b37
commit
11ea16777f
3 changed files with 37 additions and 32 deletions
|
@ -118,7 +118,7 @@ class DeviceInboxWorkerStore(SQLBaseStore):
|
|||
defer.returnValue(count)
|
||||
|
||||
def get_new_device_msgs_for_remote(
|
||||
self, destination, last_stream_id, current_stream_id, limit=100
|
||||
self, destination, last_stream_id, current_stream_id, limit
|
||||
):
|
||||
"""
|
||||
Args:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue