Skip to content

Commit

Permalink
default to 4 threads
Browse files Browse the repository at this point in the history
  • Loading branch information
ewingrj committed Aug 8, 2017
1 parent 833db03 commit 7ca6de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/biocodellc/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public static void main(String[] args) {
CommandLine cl;

String inputData = "";
int numThreads = 1;
int numThreads = 4;
String outputDirectory = "";


Expand Down

0 comments on commit 7ca6de7

Please sign in to comment.