You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think you can change sleep 1 to sleep 0.001. However, POSIX seems specify it should be a integer number. But GNU coreutils sleep and busybox sleep seems both can use a float number. You can also use busybox usleep which pause microseconds.
How do I make it update by milliseconds instead of seconds?
The text was updated successfully, but these errors were encountered: