瀏覽代碼

lib/rc: Remove pause to aggregate events (ref #3527)

Jakob Borg 8 年之前
父節點
當前提交
dde9d4c9eb
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      lib/rc/rc.go

+ 0 - 2
lib/rc/rc.go

@@ -437,8 +437,6 @@ func (p *Process) eventLoop() {
 		}
 		p.eventMut.Unlock()
 
-		time.Sleep(250 * time.Millisecond)
-
 		events, err := p.Events(since)
 		if err != nil {
 			if time.Since(start) < 5*time.Second {