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
@@ -104,7 +104,7 @@ pub const SESSION_LENGTH: BlockNumber = 4;
pub const MAX_AUTHORITIES_COUNT: u32 = 5;
/// Maximal SCALE-encoded header size (in bytes) at Rialto.
pub const MAX_HEADER_SIZE: u32 = 512;
pub const MAX_HEADER_SIZE: u32 = 1024;
/// Maximal SCALE-encoded size of parachains headers that are stored at Rialto `Paras` pallet.
pub const MAX_NESTED_PARACHAIN_HEAD_SIZE: u32 = MAX_HEADER_SIZE;