add a rpc in-flight limiter

This commit is contained in:
Quentin Dufour
2025-05-01 08:56:57 +02:00
parent d78e5f8a1b
commit f34558af07
12 changed files with 173 additions and 70 deletions
+1
View File
@@ -427,6 +427,7 @@ impl NetApp {
server_port,
},
PRIO_NORMAL,
RpcInFlightLimiter::NoLimit,
)
.await
.map(|_| ())