mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-31 02:48:27 +00:00
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()
|
||||
|
||||
time.Sleep(250 * time.Millisecond)
|
||||
|
||||
events, err := p.Events(since)
|
||||
if err != nil {
|
||||
if time.Since(start) < 5*time.Second {
|
||||
|
Loading…
x
Reference in New Issue
Block a user