diff options
author | Erik Johnston <erik@matrix.org> | 2021-05-21 11:20:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-21 11:20:51 +0100 |
commit | 7958eadcd16087e6aaf7cce240c1f82856e0bcc7 (patch) | |
tree | 93d063cec7b8da94d3653cec2094c01e89ff1ee9 /changelog.d | |
parent | Add `Keyring.verify_events_for_server` and reduce memory usage (#10018) (diff) | |
download | synapse-7958eadcd16087e6aaf7cce240c1f82856e0bcc7.tar.xz |
Add a batching queue implementation. (#10017)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10017.misc | 1 |
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. |