summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@matrix.org>2023-11-17 13:14:26 +0000
committerGitHub <noreply@github.com>2023-11-17 13:14:26 +0000
commit700c8a0de5df7815949b8c792e8e471a91bb8721 (patch)
tree1ecd367308e34ed5ce980401878bd58d4920156f /changelog.d
parentRevert "Fix test not detecting tables with missing primary keys and missing r... (diff)
downloadsynapse-700c8a0de5df7815949b8c792e8e471a91bb8721.tar.xz
Reduce task concurrency (#16656)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16656.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16656.misc b/changelog.d/16656.misc
new file mode 100644
index 0000000000..6763685b9d
--- /dev/null
+++ b/changelog.d/16656.misc
@@ -0,0 +1 @@
+Reduce max concurrency of background tasks, reducing potential max DB load.