Skip to content
Snippets Groups Projects
Commit dd373326 authored by Robert Klotzner's avatar Robert Klotzner Committed by GitHub
Browse files

Max notification size -> 100k. (#2735)

parent 359ade2b
No related merge requests found
......@@ -48,9 +48,7 @@ impl PeerSet {
/// network service.
pub fn get_info(self, is_authority: IsAuthority) -> NonDefaultSetConfig {
let protocol = self.into_protocol_name();
// TODO: lower this limit after https://github.com/paritytech/polkadot/issues/2283 is
// done and collations use request-response protocols
let max_notification_size = 16 * 1024 * 1024;
let max_notification_size = 100 * 1024;
match self {
PeerSet::Validation => NonDefaultSetConfig {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment