We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94433ce commit e4f895eCopy full SHA for e4f895e
cmd/ethrex/cli.rs
@@ -729,7 +729,7 @@ pub async fn import_blocks_bench(
729
_ => warn!("Failed to add block {number} with hash {hash:#x}"),
730
})?;
731
732
- tokio::time::sleep(Duration::from_millis(500)).await;
+ tokio::time::sleep(Duration::from_millis(1000)).await;
733
}
734
735
// Make head canonical and label all special blocks correctly.
0 commit comments