mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 07:31:02 +00:00
increase max header size of Rialto and Millau (512 -> 1024) (#1603)
This commit is contained in:
committed by
Bastian Köcher
parent
87c3a57942
commit
6c26aae035
@@ -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::*;
|
||||
|
||||
Reference in New Issue
Block a user