mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[SabreTools] Make default parallelization 4
This commit is contained in:
@@ -144,7 +144,7 @@ namespace SabreTools.Helper
|
|||||||
helptext.Add(" -au=, --author= Set the author of the DAT");
|
helptext.Add(" -au=, --author= Set the author of the DAT");
|
||||||
helptext.Add(" -sd, --superdat Enable SuperDAT creation");
|
helptext.Add(" -sd, --superdat Enable SuperDAT creation");
|
||||||
helptext.Add(" -t=, --temp= Set the temporary directory to use");
|
helptext.Add(" -t=, --temp= Set the temporary directory to use");
|
||||||
helptext.Add(" -mt={-1} Amount of threads to use (-1 unlimted)");
|
helptext.Add(" -mt={4} Amount of threads to use (-1 unlimted)");
|
||||||
helptext.Add(" -es, --ext-split Split a DAT by two file extensions");
|
helptext.Add(" -es, --ext-split Split a DAT by two file extensions");
|
||||||
helptext.Add(" -exta= First set of extensions (comma-separated)");
|
helptext.Add(" -exta= First set of extensions (comma-separated)");
|
||||||
helptext.Add(" -extb= Second set of extensions (comma-separated)");
|
helptext.Add(" -extb= Second set of extensions (comma-separated)");
|
||||||
|
|||||||
@@ -121,7 +121,7 @@ namespace SabreTools
|
|||||||
nodump = null,
|
nodump = null,
|
||||||
tsv = null;
|
tsv = null;
|
||||||
DiffMode diffMode = 0x0;
|
DiffMode diffMode = 0x0;
|
||||||
int maxParallelism = -1;
|
int maxParallelism = 4;
|
||||||
long sgt = -1,
|
long sgt = -1,
|
||||||
slt = -1,
|
slt = -1,
|
||||||
seq = -1;
|
seq = -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user