diff options
author | Quentin Dufour <quentin@dufour.io> | 2019-05-09 12:01:41 +0200 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-05-09 11:01:41 +0100 |
commit | 11ea16777f52264f0a1d6f4db5b7db5c6c147523 (patch) | |
tree | ac6bec0751b5bcacd09b16265c6fd3e80628d4f2 /changelog.d | |
parent | Fix bogus imports in tests (#5154) (diff) | |
download | synapse-11ea16777f52264f0a1d6f4db5b7db5c6c147523.tar.xz |
Limit the number of EDUs in transactions to 100 as expected by receiver (#5138)
Fixes #3951.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5138.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5138.bugfix b/changelog.d/5138.bugfix new file mode 100644 index 0000000000..c1945a8eb2 --- /dev/null +++ b/changelog.d/5138.bugfix @@ -0,0 +1 @@ +Limit the number of EDUs in transactions to 100 as expected by synapse. Thanks to @superboum for this work! |