diff options
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index dfc791e..041730d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -12,7 +12,7 @@ use layout::*; use std::time::Instant; -const NUM_CONTESTANTS: usize = 64; +const NUM_CONTESTANTS: usize = 128; const NUM_PERSIST: usize = 8; // TODO: Layout is really pre-layout, have something that takes a layout and |
