Skip to content

Commit bd40886

Browse files
lexnvsandreim
andauthored
Update cumulus/parachains/runtimes/assets/asset-hub-westend/src/lib.rs
Co-authored-by: Andrei Sandu <[email protected]>
1 parent 217b72c commit bd40886

File tree

1 file changed

+1
-1
lines changed
  • cumulus/parachains/runtimes/assets/asset-hub-westend/src

1 file changed

+1
-1
lines changed

cumulus/parachains/runtimes/assets/asset-hub-westend/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ const BLOCK_PROCESSING_VELOCITY: u32 = 3;
144144

145145
/// Maximum number of blocks simultaneously accepted by the Runtime, not yet included
146146
/// into the relay chain.
147-
const UNINCLUDED_SEGMENT_CAPACITY: u32 = (2 + RELAY_PARENT_OFFSET) * BLOCK_PROCESSING_VELOCITY + 1;
147+
const UNINCLUDED_SEGMENT_CAPACITY: u32 = (3 + RELAY_PARENT_OFFSET) * BLOCK_PROCESSING_VELOCITY;
148148

149149
/// Relay chain slot duration, in milliseconds.
150150
const RELAY_CHAIN_SLOT_DURATION_MILLIS: u32 = 6000;

0 commit comments

Comments
 (0)