mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: increase default max response limit (#3023)
This commit is contained in:
@ -43,7 +43,7 @@ pub(crate) const RPC_DEFAULT_MAX_SUBS_PER_CONN: u32 = 1024;
|
|||||||
/// Default max request size in MB.
|
/// 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 = 15;
|
||||||
/// Default max response size in MB.
|
/// Default max response size in MB.
|
||||||
pub(crate) const RPC_DEFAULT_MAX_RESPONSE_SIZE_MB: u32 = 25;
|
pub(crate) const RPC_DEFAULT_MAX_RESPONSE_SIZE_MB: u32 = 50;
|
||||||
/// Default number of incoming connections.
|
/// Default number of incoming connections.
|
||||||
pub(crate) const RPC_DEFAULT_MAX_CONNECTIONS: u32 = 100;
|
pub(crate) const RPC_DEFAULT_MAX_CONNECTIONS: u32 = 100;
|
||||||
/// Default number of incoming connections.
|
/// Default number of incoming connections.
|
||||||
|
|||||||
Reference in New Issue
Block a user