Skip to content

Commit

Permalink
fix: change fetch header priority to normal
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 committed Jul 26, 2024
1 parent 5cf8f55 commit 46d94af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bsc/engine/src/task.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ impl<
// fetch header and verify
let fetch_header_result = match timeout(
fetch_header_timeout_duration,
block_fetcher.get_header_with_priority(info.block_hash, Priority::High),
block_fetcher.get_header_with_priority(info.block_hash, Priority::Normal),
)
.await
{
Expand Down

0 comments on commit 46d94af

Please sign in to comment.