You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: develop/parachains/maintenance/asynchronous-backing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ zombienet):
42
42
This phase involves configuring your parachain's runtime `/runtime/src/lib.rs` to make use of
43
43
async backing system.
44
44
45
-
1. Establish and ensure constants for `capacity` and `velocity` are both set to `1` in the runtime.
45
+
1. Establish and ensure that constants for capacity (`UNINCLUDED_SEGMENT_CAPACITY`) and velocity (`BLOCK_PROCESSING_VELOCITY`) are both set to `1` in the runtime.
46
46
2. Establish and ensure the constant relay chain slot duration measured in milliseconds equal to
0 commit comments