Skip to content

Commit

Permalink
Changing default value for create connection limit
Browse files Browse the repository at this point in the history
  • Loading branch information
godmodegalactus committed Mar 19, 2024
1 parent 6802852 commit 1754e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/src/quic_connection_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ impl Default for QuicConnectionParameters {
connection_retry_count: 20,
max_number_of_connections: 8,
number_of_transactions_per_unistream: 1,
unistreams_to_create_new_connection_in_percentage: 50,
unistreams_to_create_new_connection_in_percentage: 10,
}
}
}
Expand Down

0 comments on commit 1754e92

Please sign in to comment.