open-vault/changelog/11588.txt
Scott Miller f0c3192f20
Add an exponential backoff to TCP listeners to avoid fast loops in error scenarios (#11588)
* Add an exponential backoff to TCP listeners to avoid fast loops in error scenarios

* reset loop delay

* changelog
2021-05-12 10:47:38 -05:00

3 lines
115 B
Plaintext

```release-note:improvement
core: Add a small (<1s) exponential backoff to failed TCP listener Accept failures.
```