Skip to content

Commit

Permalink
turn on quic for vote by default for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lijunwangs committed Nov 5, 2024
1 parent b495766 commit 2963099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tpu-client/src/tpu_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ use {

pub const DEFAULT_TPU_ENABLE_UDP: bool = false;
pub const DEFAULT_TPU_USE_QUIC: bool = true;
pub const DEFAULT_VOTE_USE_QUIC: bool = false;
pub const DEFAULT_VOTE_USE_QUIC: bool = true;

/// The default connection count is set to 1 -- it should
/// be sufficient for most use cases. Validators can use
Expand Down

0 comments on commit 2963099

Please sign in to comment.