diff options
author | reivilibre <38398653+reivilibre@users.noreply.github.com> | 2021-08-02 16:50:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-02 15:50:22 +0000 |
commit | fb086edaeddf8cdb8a03b8564d1b6883ac5cac6e (patch) | |
tree | 1d2580d8438f129caa0793ee63bb7b45849fbd4c /changelog.d | |
parent | Prune inbound federation queues if they get too long (#10390) (diff) | |
download | synapse-fb086edaeddf8cdb8a03b8564d1b6883ac5cac6e.tar.xz |
Fix codestyle CI from #10440 (#10511)
Co-authored-by: Erik Johnston <erik@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10511.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10511.feature b/changelog.d/10511.feature new file mode 100644 index 0000000000..f1833b0bd7 --- /dev/null +++ b/changelog.d/10511.feature @@ -0,0 +1 @@ +Allow setting transaction limit for database connections. |