diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-04-03 12:29:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-03 12:29:30 +0100 |
commit | bae32740daa5551b6613cafafb5d5bc1a73141ec (patch) | |
tree | 27f24e3527eefd052a2773b736128ae5639d2669 /changelog.d | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-bae32740daa5551b6613cafafb5d5bc1a73141ec.tar.xz |
Remove some `run_in_background` calls in replication code (#7203)
By running this stuff with `run_in_background`, it won't be correctly reported against the relevant CPU usage stats. Fixes #7202
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7203.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7203.bugfix b/changelog.d/7203.bugfix new file mode 100644 index 0000000000..8b383952e5 --- /dev/null +++ b/changelog.d/7203.bugfix @@ -0,0 +1 @@ +Fix some worker-mode replication handling not being correctly recorded in CPU usage stats. |