summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@element.io>2024-01-10 13:55:16 +0000
committerGitHub <noreply@github.com>2024-01-10 13:55:16 +0000
commit4c67f0391ba6001aea37642935466bbbb145da7a (patch)
tree31c52f8a4e8db511b4593ec3c832202f9ba0bc25 /changelog.d
parentFix auto-merge CI to correctly wait for linting. (#16781) (diff)
downloadsynapse-4c67f0391ba6001aea37642935466bbbb145da7a.tar.xz
Split up deleting devices into batches (#16766)
Otherwise for users with large numbers of devices this can cause a lot
of woe.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16766.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16766.misc b/changelog.d/16766.misc
new file mode 100644
index 0000000000..ded77a11c4
--- /dev/null
+++ b/changelog.d/16766.misc
@@ -0,0 +1 @@
+Split up deleting devices into batches.