mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 08:51:09 +00:00
Add explicit limits to notifications sizes and adjust yamux buffer size (#7925)
* Add explicit limits to notifications sizes and adjust yamux buffer size * Docfix * Tests * Document these 10 bytes
This commit is contained in:
@@ -685,6 +685,7 @@ pub trait TestNetFactory: Sized {
|
||||
network_config.extra_sets = config.notifications_protocols.into_iter().map(|p| {
|
||||
NonDefaultSetConfig {
|
||||
notifications_protocol: p,
|
||||
max_notification_size: 1024 * 1024,
|
||||
set_config: Default::default()
|
||||
}
|
||||
}).collect();
|
||||
|
||||
Reference in New Issue
Block a user