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:
@@ -121,7 +121,7 @@ namespace SabreTools
|
||||
nodump = null,
|
||||
tsv = null;
|
||||
DiffMode diffMode = 0x0;
|
||||
int maxParallelism = -1;
|
||||
int maxParallelism = 4;
|
||||
long sgt = -1,
|
||||
slt = -1,
|
||||
seq = -1;
|
||||
|
||||
Reference in New Issue
Block a user