Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
fix: switch to 200 challenges by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Apr 11, 2019
1 parent 8c00304 commit ad84a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/game.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ fn main() {
size: value_t!(matches, "size", usize).unwrap() * 1024,
degree: value_t!(matches, "degree", usize).unwrap(),
vde: value_t!(matches, "vde", usize).unwrap(),
challenge_count: 8008,
challenge_count: 200,
zigzag,
};

Expand Down

0 comments on commit ad84a10

Please sign in to comment.