MilisPerSecDuration

This commit is contained in:
DarkGopher 2025-06-23 14:10:31 +02:00
parent 23b020ec9b
commit 4eeace28f9
4 changed files with 5 additions and 5 deletions

View file

@ -33,8 +33,8 @@ func ProviderNames() []string {
}
// MilisPerSec return time resolution (milliseconds / 1sec) changed for short time in testing
func MilisPerSec() int64 {
return milis
func MilisPerSecDuration() time.Duration {
return time.Duration(milis)
}
// Provider interace implement lifecycle for one session