summary refs log tree commit diff
path: root/changelog.d/4074.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Correctly account for cpu usage by background threads (#4074)Richard van der Hoff2018-10-231-0/+1
Wrap calls to deferToThread() in a thing which uses a child logcontext to attribute CPU usage to the right request. While we're in the area, remove the logcontext_tracer stuff, which is never used, and afaik doesn't work. Fixes #4064