Explorar o código

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

Jakob Borg %!s(int64=8) %!d(string=hai) anos
pai
achega
dde9d4c9eb
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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 {