Skip to content

Log startup item duration in milliseconds

Will Chandler requested to merge wc/log_millis into master

The cache walker and repository counters log their duration upon completion. However, they do so in nanoseconds, while our other logged durations are in milliseconds.

Convert these items to log in milliseconds.

Edited by Will Chandler

Merge request reports