Add changelog entry
This commit is contained in:
parent
8772e2fbce
commit
b11728466e
|
@ -0,0 +1,7 @@
|
||||||
|
```release-note:improvement
|
||||||
|
areas: **(Enterprise only)** Make implementation of WriteToAddress non-blocking to avoid slowing down memberlist's packetListen routine.
|
||||||
|
```
|
||||||
|
|
||||||
|
```release-note:improvement
|
||||||
|
areas: **(Enterprise only)** Apply backpressure to area gossip packet ingestion when more than 512 packets are waiting to be ingested.
|
||||||
|
```
|
|
@ -0,0 +1,3 @@
|
||||||
|
```release-note:improvement
|
||||||
|
areas: **(Enterprise only)** Add 15s timeout to opening streams over pooled connections.
|
||||||
|
```
|
Loading…
Reference in New Issue