Skip to content

Commit

Permalink
Expose buffer size, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
brad-richardson committed Sep 4, 2024
1 parent 384b910 commit 4076092
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "osm-pbf-parquet"
version = "0.7.1"
version = "0.7.2"
edition = "2021"

[dependencies]
Expand Down
3 changes: 3 additions & 0 deletions src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ pub struct Args {
#[arg(long)]
pub worker_threads: Option<usize>,

/// Advanced options:

/// Input buffer size, default 8MB
#[arg(long)]
pub input_buffer_size_mb: Option<usize>,

/// Override target record batch size, balance this with available memory
Expand Down

0 comments on commit 4076092

Please sign in to comment.