Skip to content

Commit

Permalink
Update rpc_server_args.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
DoTheBestToGetTheBest authored Sep 28, 2023
1 parent e86d18a commit 990c86e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/reth/src/args/rpc_server_args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ use reth_rpc::{
},
JwtError, JwtSecret,
};

use reth_rpc_builder::{
auth::{AuthServerConfig, AuthServerHandle},
constants,
Expand All @@ -50,7 +51,7 @@ pub(crate) const RPC_DEFAULT_MAX_REQUEST_SIZE_MB: u32 = 15;
/// This is only relevant for very large trace responses.
pub(crate) const RPC_DEFAULT_MAX_RESPONSE_SIZE_MB: u32 = 115;
/// Default number of incoming connections.
pub(crate) const RPC_DEFAULT_MAX_CONNECTIONS: u32 = 100;
pub(crate) const RPC_DEFAULT_MAX_CONNECTIONS: u32 = 500;

/// Parameters for configuring the rpc more granularity via CLI
#[derive(Debug, Args)]
Expand Down

0 comments on commit 990c86e

Please sign in to comment.