Skip to content

Commit

Permalink
proxy: v2.119.0 (#5200)
Browse files Browse the repository at this point in the history
This release modifies the default idle timeout to 5s for outbound
clients and 20s for inbound clients. This prevents idle clients from
consuming memory at the cost of performing more discovery resolutions
for periodic but infrequent traffic. This is intended to reduce the
proxy's memory footprint, especially on Prometheus instances.

The proxy's *ring* and rustls dependencies have also been updated.

---

* Update *ring* and rustls dependencies (linkerd/linkerd2-proxy#735)
* http: Configure client connection pools (linkerd/linkerd2-proxy#734)
  • Loading branch information
olix0r authored and alpeb committed Dec 1, 2020
1 parent 2ff70d4 commit 6d11198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .proxy-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.118.0
v2.119.0

0 comments on commit 6d11198

Please sign in to comment.