summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-05-29 13:25:32 +0100
committerGitHub <noreply@github.com>2020-05-29 13:25:32 +0100
commitf5353eff210749501651f34da4dc005c66c93552 (patch)
tree9b681c7755d2bcf6695480af449277f25f0678a7 /changelog.d
parentAdd entry to set dependency against psql service (#7591) (diff)
downloadsynapse-f5353eff210749501651f34da4dc005c66c93552.tar.xz
Make inflight background metrics more efficient. (#7597)
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7597.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7597.bugfix b/changelog.d/7597.bugfix
new file mode 100644
index 0000000000..e2ff951915
--- /dev/null
+++ b/changelog.d/7597.bugfix
@@ -0,0 +1 @@
+Fix metrics failing when there is a large number of active background processes.