Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
esemeniuc committed Oct 13, 2023
1 parent f27da3a commit c004326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tip-distributor/src/bin/claim-mev-tips.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ struct Args {
keypair_path: PathBuf,

/// Number of unique connections to the RPC server for sending txns
#[arg(long, env, default_value_t = 100)]
#[arg(long, env, default_value_t = 200)]
rpc_send_connection_count: u64,

/// Rate-limits the maximum number of requests per RPC connection
#[arg(long, env, default_value_t = 200)]
#[arg(long, env, default_value_t = 256)]
max_concurrent_rpc_get_reqs: usize,

/// Number of retries for main claim send loop. Loop is time bounded.
Expand Down

0 comments on commit c004326

Please sign in to comment.