lib/rc: Remove pause to aggregate events (ref #3527)
This commit is contained in:
parent
1ef75be1c6
commit
dde9d4c9eb
@ -437,8 +437,6 @@ func (p *Process) eventLoop() {
|
|||||||
}
|
}
|
||||||
p.eventMut.Unlock()
|
p.eventMut.Unlock()
|
||||||
|
|
||||||
time.Sleep(250 * time.Millisecond)
|
|
||||||
|
|
||||||
events, err := p.Events(since)
|
events, err := p.Events(since)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
if time.Since(start) < 5*time.Second {
|
if time.Since(start) < 5*time.Second {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user