We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9727c04 commit 6e3d454Copy full SHA for 6e3d454
data-loader/cli/src/main/java/com/scalar/db/dataloader/cli/command/dataimport/ImportCommandOptions.java
@@ -34,7 +34,8 @@ public class ImportCommandOptions {
34
@CommandLine.Option(
35
names = {"--max-threads", "-mt"},
36
paramLabel = "<MAX_THREADS>",
37
- description = "Maximum number of threads to use for parallel processing (default: 16)",
+ description =
38
+ "Maximum number of threads to use for parallel processing (default: number of available processors)",
39
defaultValue = "16")
40
protected int maxThreads;
41
0 commit comments