From dde9d4c9eb36dec2df03b8516f742a07e63b3995 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Wed, 14 Dec 2016 10:18:43 +0100 Subject: [PATCH] lib/rc: Remove pause to aggregate events (ref #3527) --- lib/rc/rc.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/rc/rc.go b/lib/rc/rc.go index ddc3f65d..b5884bda 100644 --- a/lib/rc/rc.go +++ b/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 {