Skip to content

Commit

Permalink
Changed max_inflight_quic_packets to 2048
Browse files Browse the repository at this point in the history
  • Loading branch information
nbridge-jump committed Apr 3, 2024
1 parent 4ba08fd commit 6874fdc
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 @@ -741,7 +741,7 @@ dynamic_port_range = "8900-9000"
# rather than the underlying link bandwidth. If you have a lot
# of memory available and are constrained by this, it can make
# sense to increase.
max_inflight_quic_packets = 65536
max_inflight_quic_packets = 2048

# TODO: This should be removed. We never transmit stream data
# so this should be unused.
Expand Down

0 comments on commit 6874fdc

Please sign in to comment.