bugfix, presumably
This commit is contained in:
+1
-1
@@ -116,7 +116,7 @@ func (p *Process) generation() uint {
|
||||
}
|
||||
|
||||
func (p *Process) startTicker() {
|
||||
if p.cfg.TickDuration == 0 || p.cfg.IdleTick == nil {
|
||||
if p.cfg.TickDuration == 0 {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user