Skip to content

Commit

Permalink
set async backing velocity to 1 (#2705)
Browse files Browse the repository at this point in the history
  • Loading branch information
librelois authored Mar 13, 2024
1 parent 2a2b15b commit b2b9dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/moonbase/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ parameter_types! {
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 = 2;
const BLOCK_PROCESSING_VELOCITY: u32 = 1;

type ConsensusHook = pallet_async_backing::consensus_hook::FixedVelocityConsensusHook<
Runtime,
Expand Down

0 comments on commit b2b9dfe

Please sign in to comment.