increase max header size of Rialto and Millau (512 -> 1024) (#1603)

This commit is contained in:
Svyatoslav Nikolsky
2022-10-18 12:10:21 +03:00
committed by Bastian Köcher
parent 87c3a57942
commit 6c26aae035
3 changed files with 24 additions and 5 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ pub const SESSION_LENGTH: BlockNumber = 5 * time_units::MINUTES;
pub const MAX_AUTHORITIES_COUNT: u32 = 5;
/// Maximal SCALE-encoded header size (in bytes) at Millau.
pub const MAX_HEADER_SIZE: u32 = 512;
pub const MAX_HEADER_SIZE: u32 = 1024;
/// Re-export `time_units` to make usage easier.
pub use time_units::*;