Skip to content

Commit

Permalink
wordsmith --bhatch zero explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Jun 30, 2024
1 parent 3653571 commit feedbda
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/cmd/apply.rs
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ apply options:
-j, --jobs <arg> The number of jobs to run in parallel.
When not set, the number of jobs is set to the number of CPUs detected.
-b, --batch <size> The number of rows per batch to load into memory, before running in parallel.
Set to 0 to load all rows at once.
Set to 0 to load all rows in one batch.
[default: 50000]
Common options:
Expand Down
3 changes: 2 additions & 1 deletion src/cmd/applydp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ applydp options:
-j, --jobs <arg> The number of jobs to run in parallel.
When not set, the number of jobs is set to the number of CPUs detected.
-b, --batch <size> The number of rows per batch to load into memory, before running in parallel.
Set to 0 to load all rows at once. [default: 50000]
Set to 0 to load all rows in one batch.
[default: 50000]
Common options:
-h, --help Display this message
Expand Down
2 changes: 1 addition & 1 deletion src/cmd/datefmt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ datefmt options:
-j, --jobs <arg> The number of jobs to run in parallel.
When not set, the number of jobs is set to the number of CPUs detected.
-b, --batch <size> The number of rows per batch to load into memory, before running in parallel.
Set to 0 to load all rows at once.
Set to 0 to load all rows in one batch.
[default: 50000]
Common options:
Expand Down
2 changes: 1 addition & 1 deletion src/cmd/geocode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ geocode options:
-j, --jobs <arg> The number of jobs to run in parallel.
When not set, the number of jobs is set to the number of CPUs detected.
-b, --batch <size> The number of rows per batch to load into memory, before running in parallel.
Set to 0 to load all rows at once.
Set to 0 to load all rows in one batch.
[default: 50000]
--timeout <seconds> Timeout for downloading Geonames cities index.
[default: 120]
Expand Down
2 changes: 1 addition & 1 deletion src/cmd/jsonl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jsonl options:
number of CPUs detected.
-b, --batch <size> The number of rows per batch to load into memory,
before running in parallel. Set to 0 to load all
rows at once. [default: 50000]
rows in one batch. [default: 50000]
Common options:
-h, --help Display this message
Expand Down
2 changes: 1 addition & 1 deletion src/cmd/tojsonl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Tojsonl options:
number of CPUs detected.
-b, --batch <size> The number of rows per batch to load into memory,
before running in parallel. Set to 0 to load all
rows at once. [default: 50000]
rows in one batch. [default: 50000]
Common options:
-h, --help Display this message
Expand Down
2 changes: 1 addition & 1 deletion src/cmd/validate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Validate options:
When not set, the number of jobs is set to the
number of CPUs detected.
-b, --batch <size> The number of rows per batch to load into memory,
before running in parallel. Set to 0 to load all rows at once.
before running in parallel. Set to 0 to load all rows in one batch.
[default: 50000]
--timeout <seconds> Timeout for downloading json-schemas on URLs.
[default: 30]
Expand Down

0 comments on commit feedbda

Please sign in to comment.