Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit c94e0cd

Browse files
committed
make ws unbounded
1 parent 85fa0ab commit c94e0cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/rpc-servers/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ use log::error;
2828
use pubsub::PubSubMetadata;
2929

3030
/// Maximal payload accepted by RPC servers.
31-
pub const MAX_PAYLOAD: usize = 15 * 1024 * 1024;
31+
pub const MAX_PAYLOAD: usize = 150 * 1024 * 1024;
3232

3333
/// Default maximum number of connections for WS RPC servers.
3434
const WS_MAX_CONNECTIONS: usize = 100;

0 commit comments

Comments
 (0)