Skip to content

Commit

Permalink
rm old args
Browse files Browse the repository at this point in the history
  • Loading branch information
jedleggett committed Jan 22, 2024
1 parent 42b7914 commit b03dfc5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions transaction-relayer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,6 @@ struct Args {
#[arg(long, env, default_value_t = 11_226)]
grpc_bind_port: u16,

/// Number of TPU threads
#[arg(long, env, default_value_t = 32)]
num_tpu_binds: usize,

/// Number of TPU forward threads
#[arg(long, env, default_value_t = 16)]
num_tpu_fwd_binds: usize,

/// RPC servers as a space-separated list. Shall be same position as websocket equivalent below
#[arg(
long,
Expand Down

0 comments on commit b03dfc5

Please sign in to comment.