diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-02-06 13:25:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-06 13:25:24 -0500 |
commit | 7765bf398996002ee461904915de9d8bc2ea951a (patch) | |
tree | ab9da9bfcb21113fed8332bc49f9ec8dd783a24d /changelog.d | |
parent | pass room version into FederationClient.send_join (#6854) (diff) | |
download | synapse-7765bf398996002ee461904915de9d8bc2ea951a.tar.xz |
Limit the number of events that can be requested when backfilling events (#6864)
Limit the maximum number of events requested when backfilling events.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6864.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6864.misc b/changelog.d/6864.misc new file mode 100644 index 0000000000..d24eb68460 --- /dev/null +++ b/changelog.d/6864.misc @@ -0,0 +1 @@ +Limit the number of events that can be requested by the backfill federation API to 100. |