default to singlethreaded mode

This commit is contained in:
mos 2024-10-12 17:00:28 +02:00
parent cf012a78e3
commit 485807aefb
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ use clap::Parser;
#[derive(Parser)]
struct Args {
/// Number of threads
#[arg(short, long, default_value_t = 2)]
#[arg(short, long, default_value_t = 1)]
nt: usize,
/// DNA strand size (increases search space)