Skip to content

Commit

Permalink
Allow extra lookahead in the verifier, state, and block commit queues (
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 authored Oct 27, 2022
1 parent c812f88 commit 7b47aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebrad/src/components/sync/downloads.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ type BoxError = Box<dyn std::error::Error + Send + Sync + 'static>;
/// the rest of the capacity is reserved for the other queues.
/// There is no reserved capacity for the syncer queue:
/// if the other queues stay full, the syncer will eventually time out and reset.
pub const VERIFICATION_PIPELINE_SCALING_MULTIPLIER: usize = 4;
pub const VERIFICATION_PIPELINE_SCALING_MULTIPLIER: usize = 5;

#[derive(Copy, Clone, Debug)]
pub(super) struct AlwaysHedge;
Expand Down

0 comments on commit 7b47aac

Please sign in to comment.