diff options
author | Will Hunt <will@half-shot.uk> | 2020-10-21 15:36:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-21 15:36:53 +0100 |
commit | 70259d8c8c0be71d3588a16211ccb42af87235da (patch) | |
tree | 21890a7107d4657a85ff58114bbb365eb17eccbe /changelog.d | |
parent | Separate the TCP and terse JSON formatting code. (#8587) (diff) | |
download | synapse-70259d8c8c0be71d3588a16211ccb42af87235da.tar.xz |
Limit AS transactions to 100 events (#8606)
* Limit AS transactions to 100 events * Update changelog.d/8606.feature Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> * Add tests * Update synapse/appservice/scheduler.py Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8606.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8606.feature b/changelog.d/8606.feature new file mode 100644 index 0000000000..fad723c108 --- /dev/null +++ b/changelog.d/8606.feature @@ -0,0 +1 @@ +Limit appservice transactions to 100 persistent and 100 ephemeral events. |