Skip to content

Commit

Permalink
target 5 real positions per chunk
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jan 1, 2024
1 parent acfe0a0 commit 408eac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ipc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub struct Chunk {
}

impl Chunk {
pub const MAX_POSITIONS: usize = 5;
pub const MAX_POSITIONS: usize = 6;

pub fn timeout(&self) -> Duration {
self.positions.len() as u32 * self.work.timeout_per_position()
Expand Down

0 comments on commit 408eac3

Please sign in to comment.