lib/ur: Reset timer when there's nothing to report (#7169)
This commit is contained in:
@@ -133,6 +133,8 @@ outer:
|
||||
case <-ctx.Done():
|
||||
}
|
||||
}()
|
||||
} else {
|
||||
timer.Reset(minDelay)
|
||||
}
|
||||
case <-resetTimer:
|
||||
timer.Reset(minDelay)
|
||||
|
||||
Reference in New Issue
Block a user