You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In both server and client case, the default value of
MAX_CONCURRENT_STREAMS is `u32::MAX`. However, we currently cap the
inbound and outbound router capacity limits to 100.
This change increases the capacity of outbound to 10_000.
This will closelinkerd/linkerd2#2395 and could possibly address the
issue in linkerd/linkerd2#2363.
Signed-off-by: Kevin Leimkuhler <kevinl@buoyant.io>
0 commit comments