summary refs log tree commit diff
path: root/changelog.d/7203.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove some `run_in_background` calls in replication code (#7203)Richard van der Hoff2020-04-031-0/+1
By running this stuff with `run_in_background`, it won't be correctly reported against the relevant CPU usage stats. Fixes #7202