소스 검색

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 {