mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-27 11:55:15 +00:00
The stall report uses the millisecond unit, but actually reports nanoseconds. Switch to microseconds (milliseconds are a bit too coarse) and use the safer "duration / 1us" style rather than "duration::count()" that leads to unit confusion. Fixes #9733. Closes #9734
96 KiB
96 KiB