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

This commit is contained in:
Jakob Borg 2016-12-14 10:18:43 +01:00
parent 1ef75be1c6
commit dde9d4c9eb
1 changed files with 0 additions and 2 deletions

View File

@ -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 {