Skip to content

Commit

Permalink
Merge pull request #60 from weaveVM/increase-rpc-tx-size
Browse files Browse the repository at this point in the history
feat: Increase to 37mb per request size
  • Loading branch information
andreespirela authored Sep 13, 2024
2 parents 13bfc22 + 8c1db67 commit 2dd9d5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/node/core/src/args/rpc_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ use crate::args::{
pub(crate) const RPC_DEFAULT_MAX_SUBS_PER_CONN: u32 = 1024;

/// Default max request size in MB.
pub(crate) const RPC_DEFAULT_MAX_REQUEST_SIZE_MB: u32 = 15;
pub(crate) const RPC_DEFAULT_MAX_REQUEST_SIZE_MB: u32 = 37;

/// Default max response size in MB.
///
Expand Down

0 comments on commit 2dd9d5b

Please sign in to comment.