Skip to content

Commit 27a2699

Browse files
authored
Revert authoring_duration changes (#81)
Signed-off-by: Rodrigo Quelhas <[email protected]>
1 parent b60b4ab commit 27a2699

File tree

1 file changed

+1
-1
lines changed
  • client/consensus/nimbus-consensus/src/collators

1 file changed

+1
-1
lines changed

client/consensus/nimbus-consensus/src/collators/basic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ pub async fn run<Block, BI, CIDP, Backend, Client, RClient, Proposer, CS, ADP>(
195195
&parent_header,
196196
&mut proposer,
197197
inherent_data,
198-
Duration::from_millis(500), //params.authoring_duration,
198+
params.authoring_duration,
199199
allowed_pov_size,
200200
)
201201
.await

0 commit comments

Comments
 (0)