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 {