chore: bump default rpc response size (#3108)

This commit is contained in:
Matthias Seitz
2023-06-12 15:08:13 +02:00
committed by GitHub
parent 5b0536bd7b
commit 865e0363bc

View File

@ -43,7 +43,7 @@ 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;
/// Default max response size in MB.
pub(crate) const RPC_DEFAULT_MAX_RESPONSE_SIZE_MB: u32 = 50;
pub(crate) const RPC_DEFAULT_MAX_RESPONSE_SIZE_MB: u32 = 100;
/// Default number of incoming connections.
pub(crate) const RPC_DEFAULT_MAX_CONNECTIONS: u32 = 100;
/// Default number of incoming connections.