Details
-
Sub-task
-
Resolution: Fixed
-
P4: Low
-
None
-
c1962e919 (dev), cc1ae010d (6.7)
Description
It's better to use std::chrono::duration instead of long long type for time duration.
Also there is no need to store the last strike timestamp with milliseconds accuracy; it seems seconds is enough.