diff options
author | Erik Johnston <erik@matrix.org> | 2020-05-29 13:25:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-29 13:25:32 +0100 |
commit | f5353eff210749501651f34da4dc005c66c93552 (patch) | |
tree | 9b681c7755d2bcf6695480af449277f25f0678a7 /changelog.d | |
parent | Add entry to set dependency against psql service (#7591) (diff) | |
download | synapse-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.bugfix | 1 |
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. |