Skip to content

Commit

Permalink
increase repair window size again
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiwi committed Jan 9, 2024
1 parent c904a81 commit 5109ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synth/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ struct Args {
pask_k_step_size: u64,
#[arg(
long,
default_value_t = 24u64,
default_value_t = 32u64,
help = "the maximum repair window size before the incremental solver gives up"
)]
max_repair_window_size: u64,
Expand Down

0 comments on commit 5109ca6

Please sign in to comment.