-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat!: store wait_time
/handle_time
in milliseconds
#115
Conversation
@bendavies, @bobvandevijver, mind giving this a review? ❤️ |
Should I be using (pretty sure the answer is yes so I updated to use |
2b49974
to
49bef2e
Compare
|
LGTM, but it's still displaying the times in seconds in the UI? |
looks like you can use |
49bef2e
to
79fb583
Compare
Excellent find, thanks!
The views show them as human readable durations (ie "4 seconds") but if you hover over, it shows the partial seconds (ie 4.032s). I decided to have the objects that return durations (ie |
Personally, as most of my messages take less than one second, I would prefer to see |
We could display 0.xxx if less than 1 second? |
Ok, I'll see what I can do. |
Maybe displaying ms if smaller than 5 or 10 seconds, and using s for everything above is nice? |
79fb583
to
78cc0e5
Compare
Thanks @bendavies! Fixed in #128. |
Ref: #105 (comment)