summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-02-06 13:25:24 -0500
committerGitHub <noreply@github.com>2020-02-06 13:25:24 -0500
commit7765bf398996002ee461904915de9d8bc2ea951a (patch)
treeab9da9bfcb21113fed8332bc49f9ec8dd783a24d /changelog.d
parentpass room version into FederationClient.send_join (#6854) (diff)
downloadsynapse-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.misc1
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.