The cron actor now respects --fast-timing

This commit is contained in:
2025-09-17 17:03:27 -04:00
parent 70dc9702bd
commit e21cd9ed11
3 changed files with 11 additions and 5 deletions

View File

@@ -73,6 +73,7 @@ func (this *environment) phase10FlagParsing() bool {
}
if _, ok := flagFastTiming.First(); ok {
this.flags.fastTiming = true
this.cron.fastTiming = true
}
return true
}