mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 00:07:50 +00:00
Don't signal when lowering number of waiting routines
Signal is not needed as we never need to wake up when the waiting is lowered, only when increased.
This commit is contained in:
parent
7c0e9cda46
commit
e6b54149bb
@ -125,5 +125,4 @@ func (pr *conditionalProgressRequester) Remove() {
|
||||
pr.mux.Lock()
|
||||
defer pr.mux.Unlock()
|
||||
pr.waiting -= 1
|
||||
pr.cond.Signal()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user