diff options
author | Erik Johnston <erikj@matrix.org> | 2023-11-17 13:14:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-17 13:14:26 +0000 |
commit | 700c8a0de5df7815949b8c792e8e471a91bb8721 (patch) | |
tree | 1ecd367308e34ed5ce980401878bd58d4920156f /changelog.d | |
parent | Revert "Fix test not detecting tables with missing primary keys and missing r... (diff) | |
download | synapse-700c8a0de5df7815949b8c792e8e471a91bb8721.tar.xz |
Reduce task concurrency (#16656)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16656.misc | 1 |
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. |