diff --git a/crates/net/network/src/transactions.rs b/crates/net/network/src/transactions.rs index c5d88c3e60..51d023d072 100644 --- a/crates/net/network/src/transactions.rs +++ b/crates/net/network/src/transactions.rs @@ -546,6 +546,8 @@ where } } + this.inflight_requests.shrink_to_fit(); + this.update_import_metrics(); // Advance all imports