Skip to content

Commit

Permalink
increase default mux concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
radkesvat committed May 26, 2024
1 parent 0623422 commit 3422bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tunnels/client/http2/http2_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

enum
{
kDefaultConcurrency = 50 // 50 cons will be muxed into 1
kDefaultConcurrency = 100 // cons will be muxed into 1
};

static void sendGrpcFinalData(tunnel_t *self, line_t *line, size_t stream_id)
Expand Down

0 comments on commit 3422bef

Please sign in to comment.