修复 time
This commit is contained in:
parent
aa27fa263a
commit
042038a60e
@ -36,7 +36,7 @@ func (t *TaskMan) Put(cf *changedFile) {
|
||||
defer t.putLock.Unlock()
|
||||
t.lastTaskId = cf.Changed
|
||||
go func() {
|
||||
<-time.Tick(time.Millisecond * time.Duration(t.delay))
|
||||
<-time.After(time.Millisecond * time.Duration(t.delay))
|
||||
if t.lastTaskId > cf.Changed {
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user