Skip to content

Commit

Permalink
Revert default value
Browse files Browse the repository at this point in the history
  • Loading branch information
squadgazzz committed Nov 22, 2024
1 parent 94fea2c commit 6026d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/shared/src/ethrpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub const MAX_BATCH_SIZE: usize = 100;
pub struct Arguments {
/// Maximum batch size for Ethereum RPC requests. Use '0' to disable
/// batching.
#[clap(long, env, default_value = "20")]
#[clap(long, env, default_value = "100")]
pub ethrpc_max_batch_size: usize,

/// Maximum number of concurrent requests to send to the node. Use '0' for
Expand Down

0 comments on commit 6026d2c

Please sign in to comment.