summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-05-21 11:20:51 +0100
committerGitHub <noreply@github.com>2021-05-21 11:20:51 +0100
commit7958eadcd16087e6aaf7cce240c1f82856e0bcc7 (patch)
tree93d063cec7b8da94d3653cec2094c01e89ff1ee9 /changelog.d
parentAdd `Keyring.verify_events_for_server` and reduce memory usage (#10018) (diff)
downloadsynapse-7958eadcd16087e6aaf7cce240c1f82856e0bcc7.tar.xz
Add a batching queue implementation. (#10017)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10017.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10017.misc b/changelog.d/10017.misc
new file mode 100644
index 0000000000..4777b7fb57
--- /dev/null
+++ b/changelog.d/10017.misc
@@ -0,0 +1 @@
+Add a batching queue implementation.