Skip to content

Commit f0557b7

Browse files
committed
Update parallelism default value in README for soaxreport
1 parent e978f1e commit f0557b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

soaxreport/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This will:
6161
* `-soax <path>`: Path to SOAX config JSON. Defaults to `./workspace/soax/cred.json`.
6262
* `-countries <path>`: Path to CSV file containing country names and ISO codes (required).
6363
* `-targetDomain <domain>`: Target domain to test. Defaults to `www.google.com`.
64-
* `-parallelism <number>`: Maximum number of parallel requests. Defaults to 10.
64+
* `-parallelism <number>`: Maximum number of parallel requests. Defaults to `16`.
6565
* `-verbose`: Enable verbose logging.
6666
* `-maxTime <duration>`: Maximum time per curl request. Defaults to `30s`.
6767
* `-curl <path>`: Path to the ECH-enabled curl binary. Defaults to `./workspace/output/bin/curl`.

0 commit comments

Comments
 (0)