open-vault/changelog/11371.txt
Nick Cabatoff 242d258e94
Fix goroutine leak caused by updating rate quotas (#11371)
Make sure that when we modify a rate quota, we stop the existing goroutine before starting the new one.
2021-04-16 14:00:01 -04:00

4 lines
80 B
Plaintext

```release-note:bug
core: Fix goroutine leak when updating rate limit quota
```