Skip to content

Commit

Permalink
Merge branch 'main' into release/v0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
asiniscalchi authored Sep 23, 2024
2 parents 25e3b7d + ec422d0 commit a71e24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/laos/src/configs/cumulus_parachain_system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ impl cumulus_pallet_parachain_system::Config for Runtime {

/// Maximum number of blocks simultaneously accepted by the Runtime, not yet included
/// into the relay chain.
const UNINCLUDED_SEGMENT_CAPACITY: u32 = 1;
const UNINCLUDED_SEGMENT_CAPACITY: u32 = 3;
/// How many parachain blocks are processed by the relay chain per parent. Limits the
/// number of blocks authored per slot.
const BLOCK_PROCESSING_VELOCITY: u32 = 1;
Expand Down

0 comments on commit a71e24c

Please sign in to comment.