Skip to content

Commit

Permalink
quic: increase default concurrent connections
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcgee-jump committed Dec 12, 2023
1 parent 59fa413 commit 279b681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/fdctl/config/default.toml
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ dynamic_port_range = "8900-9000"
# be accepted.
#
# This must be >= 2 and also a power of 2.
max_concurrent_connections = 32
max_concurrent_connections = 2048

# QUIC allows for multiple streams to be multiplexed over a
# single connection. This option sets the maximum number of
Expand Down

0 comments on commit 279b681

Please sign in to comment.