diff options
author | Erik Johnston <erikj@jki.re> | 2018-10-03 14:14:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-03 14:14:38 +0100 |
commit | 81e2813948d3b795b5cdca816166500452bf0f99 (patch) | |
tree | 47a0f0c5458f2960f00fb61a29714a967fc7dee1 /changelog.d | |
parent | Merge pull request #3997 from matrix-org/erikj/fix_profile_error_handling (diff) | |
parent | Newsfile (diff) | |
download | synapse-81e2813948d3b795b5cdca816166500452bf0f99.tar.xz |
Merge pull request #3996 from matrix-org/erikj/fix_bg_iteration
Fix exception in background metrics collection
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/3996.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3996.bugfix b/changelog.d/3996.bugfix new file mode 100644 index 0000000000..a056485ea1 --- /dev/null +++ b/changelog.d/3996.bugfix @@ -0,0 +1 @@ +Fix exception in background metrics collection |