summary refs log tree commit diff
path: root/changelog.d/5498.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use monotonic clock where possible for metricsRichard van der Hoff2019-06-191-0/+1
Fixes intermittent errors observed on Apple hardware which were caused by time.clock() appearing to go backwards when called from different threads. Also fixes a bug where database activity times were logged as 1/1000 of their correct ratio due to confusion between milliseconds and seconds.