aboutsummaryrefslogtreecommitdiff
path: root/src/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.c')
-rw-r--r--src/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.c b/src/commands.c
index ed3d46a..048b74c 100644
--- a/src/commands.c
+++ b/src/commands.c
@@ -319,7 +319,7 @@ gen_parse_args(int c, char **v)
319 int val; 319 int val;
320 CommandArgs *a = new_args(); 320 CommandArgs *a = new_args();
321 321
322 a->opts->nthreads = 1; 322 a->opts->nthreads = 64;
323 a->success = false; 323 a->success = false;
324 324
325 if (c == 0) { 325 if (c == 0) {

Generated with cgit - Back to sebastiano.tronto.net