summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-07-17 07:59:23 -0400
committerGitHub <noreply@github.com>2020-07-17 07:59:23 -0400
commit852930add765540c580378238ab03869a8c7530d (patch)
tree105fc715ef41f221871a12ba22704dc1dbddc4d7 /changelog.d
parentChange "unknown room ver" logging to warning. (#7881) (diff)
downloadsynapse-852930add765540c580378238ab03869a8c7530d.tar.xz
Add a default limit (of 100) to get/sync operations. (#7858)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7858.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7858.misc b/changelog.d/7858.misc
new file mode 100644
index 0000000000..8f0fc2de74
--- /dev/null
+++ b/changelog.d/7858.misc
@@ -0,0 +1 @@
+The default value of `filter_timeline_limit` was changed from -1 (no limit) to 100.